Skip to content

Commit

Permalink
Merge pull request #72 from verpeteren/verpeteren/update_cargo_toml
Browse files Browse the repository at this point in the history
Update Cargo.toml crates to their latest versions as of 2024-11-17
  • Loading branch information
arduano authored Dec 5, 2024
2 parents 5de4c0e + ce1077a commit 1a670c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ sleef = ["sleef-sys"]
no_std = ["dep:libm"]

[dependencies]
paste = "1.0.11"
paste = "1.0.15"
# To build this, we need nightly, cmake installed, and clang dlls in the clang dll path
sleef-sys = { version = "0.1.2", optional = true }
cfg-if = "1.0.0"
libm = { version = "0.2.6", optional = true }
libm = { version = "0.2.11", optional = true }

[dev-dependencies]
rand = "0.8.5"
rand_chacha = "0.3.1"
criterion = "0.4.0"
criterion = "0.5.1"

[[bench]]
name = "numparse"
Expand Down

0 comments on commit 1a670c6

Please sign in to comment.