Skip to content

Commit

Permalink
chore: update crate version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Nov 21, 2024
1 parent a27f9ad commit 063ad49
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "miden-crypto"
version = "0.12.0"
version = "0.13.0"
description = "Miden Cryptographic primitives"
authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/crypto"
documentation = "https://docs.rs/miden-crypto/0.12.0"
documentation = "https://docs.rs/miden-crypto/0.13.0"
categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021"
Expand Down Expand Up @@ -61,7 +61,7 @@ winter-math = { version = "0.10", default-features = false }
winter-utils = { version = "0.10", default-features = false }

[dev-dependencies]
assert_matches = { version = "1.5.0", default-features = false }
assert_matches = { version = "1.5", default-features = false }
criterion = { version = "0.5", features = ["html_reports"] }
getrandom = { version = "0.2", features = ["js"] }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
Expand All @@ -71,5 +71,5 @@ rand-utils = { version = "0.10", package = "winter-rand-utils" }
seq-macro = { version = "0.3" }

[build-dependencies]
cc = { version = "1.1", optional = true, features = ["parallel"] }
cc = { version = "1.2", optional = true, features = ["parallel"] }
glob = "0.3"

0 comments on commit 063ad49

Please sign in to comment.