Skip to content

Commit

Permalink
add bigint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 14, 2023
1 parent 67ad23d commit 33629a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ smallvec = "1.11.0"
codespan-reporting = "0.11.1"
fuzzy-matcher = "0.3.7"
lazy_static = "1.4.0"
num-bigint = "0.4.4"

[dev-dependencies]
clap = { version = "4.4.8", features = ["derive"] }
insta = { version = "1.34.0", features = ["yaml"] }

[profile.dev.package]
insta.opt-level = 3
similar.opt-level = 3
similar.opt-level = 3

0 comments on commit 33629a1

Please sign in to comment.