diff options
author | Aspen Smith <root@gws.fyi> | 2024-07-07T14·51-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-07-07T15·05+0000 |
commit | 89d204d295345af6b64b2c5d515cfcf02828abf5 (patch) | |
tree | 3eb6c363652059ffce27edaf33cde5982cc20902 /tvix/eval | |
parent | 8821746d6c6c1b71774727fe1103425d903952bb (diff) |
feat(tvix/eval): Bump imbl to 3.0.0 r/8356
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>
Diffstat (limited to 'tvix/eval')
-rw-r--r-- | tvix/eval/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 330105acf4d1..83600eb6e2bd 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -14,7 +14,7 @@ codemap = "0.1.3" codemap-diagnostic = "0.1.1" dirs = "4.0.0" genawaiter = { version = "0.99.1", default_features = false } -imbl = { version = "2.0", features = [ "serde" ] } +imbl = { version = "3.0", features = [ "serde" ] } itertools = "0.12.0" lazy_static = "1.4.0" lexical-core = { version = "0.8.5", features = ["format", "parse-floats"] } |