Skip to content

Commit

Permalink
Merge of #651
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 20, 2024
2 parents 7e3eb5b + 583a94a commit 0d769c2
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 = "1.4"
const-crc32 = "1.2.0"
document-features = "0.2.7"
debugless-unwrap = "0.0.4"
derive-getters = "0.3.0"
derive-getters = "0.4.0"
hex = "0.4.3"
postcard = { version = "1.0.0", features = ["use-std"], optional = true }
rand_core = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion frost-rerandomized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ features = ["serde"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
derive-getters = "0.3.0"
derive-getters = "0.4.0"
document-features = "0.2.7"
frost-core = { path = "../frost-core", version = "1.0.0", features = ["internals"] }
rand_core = "0.6"
Expand Down

0 comments on commit 0d769c2

Please sign in to comment.