Skip to content

Commit

Permalink
Change link to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Feb 14, 2024
1 parent 8abcca7 commit 386e90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion round-based-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Proc-macro for deriving `round-based` traits"
repository = "https://github.com/ZenGo-X/round-based-protocol"
repository = "https://github.com/dfns/round-based"

[lib]
proc-macro = true
Expand Down
4 changes: 2 additions & 2 deletions round-based/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "round-based"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Driver for MPC protocols"
repository = "https://github.com/ZenGo-X/round-based-protocol"
repository = "https://github.com/dfns/round-based"
categories = ["asynchronous", "cryptography", "network-programming"]
keywords = ["round-based", "mpc", "protocol"]
readme = "../README.md"
Expand Down

0 comments on commit 386e90f

Please sign in to comment.