Skip to content

Commit

Permalink
bump version to 0.4.0. demote hex dependency to dev-dependency. bump …
Browse files Browse the repository at this point in the history
…chia-bls dependency to 0.3.3
  • Loading branch information
arvidn committed Jan 12, 2024
1 parent 4a2a4f9 commit 8467565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["fuzz", "tools", "wasm", "wheel"]

[package]
name = "clvmr"
version = "0.3.3"
version = "0.4.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -29,13 +29,12 @@ pre-eval = []
lto = true

[dependencies]
hex = "0.4.3"
lazy_static = "1.4.0"
num-bigint = "0.4.3"
num-traits = "0.2.15"
num-integer = "0.1.45"
clvm-traits = "0.3.2"
chia-bls = "0.3.1"
chia-bls = "0.3.3"
sha2 = "0.10.8"
openssl = { version = "=0.10.55", features = ["vendored"], optional = true }
# for secp sigs
Expand All @@ -45,6 +44,7 @@ p256 = { version = "0.13.2", features = ["ecdsa"] }
[dev-dependencies]
rstest = "0.17.0"
criterion = "0.5.1"
hex = "0.4.3"

[[bench]]
name = "run-program"
Expand Down

0 comments on commit 8467565

Please sign in to comment.