Skip to content

Commit

Permalink
bump baa to 0.14.0 (#2320)
Browse files Browse the repository at this point in the history
This reduces the size of BitVecValue from 32 bytes to 24 bytes.
  • Loading branch information
ekiwi authored Oct 29, 2024
1 parent 1323502 commit 2f1af6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion interp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ calyx-frontend = { path = "../calyx-frontend" }
btor2i = { path = "../tools/btor2/btor2i" }

ciborium = "0.2.2"
baa = { version = "0.6.0", features = ["bigint", "serde1", "fraction1"] }
baa = { version = "0.14.0", features = ["bigint", "serde1", "fraction1"] }
fst-writer = "0.2.1"
bon = "2.3"

Expand Down

0 comments on commit 2f1af6f

Please sign in to comment.