Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Jul 1, 2024
1 parent b85ea9a commit fb198a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Entries are listed in reverse chronological order.

# 0.11.0

* Update decaf377 version to 0.10.1

# 0.10.0

* Add `u32_backend` feature.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "decaf377-rdsa"
edition = "2021"
version = "0.10.0"
version = "0.11.0"
authors = ["Penumbra Labs <[email protected]>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/penumbra-zone/decaf377-rdsa"
[dependencies]
# No Alloc, No Std
blake2b_simd = { version = "0.5", default-features = false }
decaf377 = { version = "0.10.0", default-features = false }
decaf377 = { version = "0.10.1", default-features = false }
digest = { version = "0.9", default-features = false }
rand_core = { version = "0.6", default-features = false }
hex = { version = "0.4", default-features = false }
Expand Down

0 comments on commit fb198a3

Please sign in to comment.