Skip to content

Commit

Permalink
point to 1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Nov 20, 2023
1 parent 6e55be4 commit e5b1d68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
16 changes: 9 additions & 7 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ pasta_curves = { version = "0.5", default-features = false }
rand_core = { version = "0.6", default-features = false }
serde = { version = "1", optional = true, features = ["derive"] }
thiserror = { version = "1.0", optional = true }
# frost-rerandomized = { version = "0.7.0", optional = true }
# Pointing to a commit (re-export serde). TODO: Point to 1.0.0-rc.0 when it's out
frost-rerandomized = { git = "https://github.com/ZcashFoundation/frost.git", rev = "e69002e0f671a4813e2dba7d6e1c7c72b9bb04ad", optional = true }
frost-rerandomized = { version = "1.0.0-rc.0", optional = true }

[dependencies.zeroize]
version = "1"
Expand All @@ -56,9 +54,7 @@ rand_chacha = "0.3"
serde_json = "1.0"
num-bigint = "0.4.3"
num-traits = "0.2.17"
# frost-rerandomized = { version = "0.7.0", features = ["test-impl"] }
# Pointing to a commit (re-export serde). TODO: Point to 1.0.0-rc.0 when it's out
frost-rerandomized = { git = "https://github.com/ZcashFoundation/frost.git", rev = "e69002e0f671a4813e2dba7d6e1c7c72b9bb04ad", features = ["test-impl"] }
frost-rerandomized = { version = "1.0.0-rc.0", features = ["test-impl"] }

# `alloc` is only used in test code
[dev-dependencies.pasta_curves]
Expand Down

0 comments on commit e5b1d68

Please sign in to comment.