Skip to content

Commit

Permalink
update bnum to 0.11, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-s committed Apr 1, 2024
1 parent bdd2988 commit 7ac3936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions anyhash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anyhash"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Maia S. R."]
license = "MIT OR Apache-2.0 OR Zlib"
Expand Down Expand Up @@ -28,7 +28,7 @@ xxh64 = ["bytemuck"]

[dependencies]
anyhash-macros = { version = "0.1", path = "../anyhash-macros" }
bnum = { version = "0.10", optional = true }
bnum = { version = "0.11", optional = true }
bytemuck = { version = "1.14", features = ["min_const_generics"], optional = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 7ac3936

Please sign in to comment.