Skip to content

Commit

Permalink
Update gmp-mpfr-sys to 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Nov 5, 2022
1 parent 806cee9 commit 15e6350
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion kalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ categories = ["mathematics", "parser-implementations"]
crate-type = ["cdylib", "rlib"]

[dependencies]
rug = { version = "1.16.0", features = ["float"], optional = true }
rug = { version = "1.17.0", features = ["float"], optional = true }
lazy_static = "1.4.0"
wasm-bindgen = "0.2.69"
gmp-mpfr-sys = "1.4.9"

[dev-dependencies]
wasm-bindgen-test = "0.3.19"
Expand Down

0 comments on commit 15e6350

Please sign in to comment.