Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Nov 23, 2023
1 parent a169cee commit 0828b72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion round-based/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "Driver for MPC protocols"
repository = "https://github.com/ZenGo-X/round-based-protocol"
categories = ["asynchronous", "cryptography", "network-programming"]
keywords = ["round-based", "mpc", "protocol"]
readme = "../README.md"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -20,7 +21,7 @@ phantom-type = "0.3"
tracing = "0.1"
thiserror = "1"

round-based-derive = { path = "../round-based-derive", optional = true }
round-based-derive = { version = "0.2", optional = true }

tokio = { version = "1", features = ["rt"], optional = true }
tokio-stream = { version = "0.1", features = ["sync"], optional = true }
Expand Down

0 comments on commit 0828b72

Please sign in to comment.