Skip to content

Commit

Permalink
Update rug and gmp-mpfr-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Mar 26, 2024
1 parent 951e355 commit 08e174b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 24 deletions.
57 changes: 36 additions & 21 deletions Cargo.lock

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

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

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

[dev-dependencies]
wasm-bindgen-test = "0.3.19"
test-case = "1.0.0"
regex = "1"

[features]
default = ["rug", "gmp-mpfr-sys"]
default = ["rug"]

# Breaks when optimizing for some reason.
[package.metadata.wasm-pack.profile.release]
Expand Down

0 comments on commit 08e174b

Please sign in to comment.