feat(tvix/eval): Bump imbl to 3.0.0

Change-Id: I88053fa2df35dc486c51d015f4b2156541c07af3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11962
Tested-by: BuildkiteCI
Autosubmit: aspen <root@gws.fyi>
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Aspen Smith 2024-07-07 10:51:26 -04:00 committed by clbot
parent 8821746d6c
commit 89d204d295
3 changed files with 6 additions and 5 deletions

View file

@ -5056,9 +5056,9 @@ rec {
};
"imbl" = rec {
crateName = "imbl";
version = "2.0.3";
version = "3.0.0";
edition = "2018";
sha256 = "11bhchs0d1bbbmr8ari4y4d62vqxs7xg4fkhjlhgbv98h0n193cp";
sha256 = "1sw1vw8qysyr9cxyxfi3fal9ykf46zw337w4n533mwrnrpcfhfxw";
authors = [
"Bodil Stokke <bodil@bodil.org>"
"Joe Neeman <joeneeman@gmail.com>"
@ -5114,6 +5114,7 @@ rec {
"rayon" = [ "dep:rayon" ];
"refpool" = [ "dep:refpool" ];
"serde" = [ "dep:serde" ];
"triomphe" = [ "dep:triomphe" ];
};
resolvedDefaultFeatures = [ "proptest" "serde" ];
};