Skip to content

Commit

Permalink
Merge of #716
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 8, 2024
2 parents 0ea837e + cb7ec29 commit 9f8598a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frost-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ byteorder = { version = "1.4", default-features = false }
const-crc32 = { version = "1.2.0", package = "const-crc32-nostd" }
document-features = "0.2.7"
debugless-unwrap = "0.0.4"
derive-getters = "0.4.0"
derive-getters = "0.5.0"
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
postcard = { version = "1.0.0", features = ["alloc"], optional = true }
rand_core = { version = "0.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion frost-rerandomized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features = ["serde"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
derive-getters = "0.4.0"
derive-getters = "0.5.0"
document-features = "0.2.7"
frost-core = { path = "../frost-core", version = "2.0.0-rc.0", features = [
"internals"
Expand Down

0 comments on commit 9f8598a

Please sign in to comment.