Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed Feb 26, 2024
1 parent f9cc3bd commit 43c6a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-members = [
]

[patch."https://github.com/zkbob/libzeropool-zkbob"]
libzeropool = { git = "https://github.com/zkbob/libzeropool-zkbob", branch = "devel", package = "libzeropool-zkbob" }
libzeropool = { git = "https://github.com/zkbob//libzeropool-zkbob", branch = "devel", package = "libzeropool-zkbob" }

[patch.crates-io]
libzeropool = { git = "https://github.com/zkbob/libzeropool-zkbob", branch = "devel", package = "libzeropool-zkbob" }
libzeropool = { git = "https://github.com/zkbob//libzeropool-zkbob", branch = "devel", package = "libzeropool-zkbob" }
2 changes: 1 addition & 1 deletion libzkbob-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hex = { version = "0.4.3", features = ["serde"] }

[dependencies.libzeropool]
git = "https://github.com/zkbob/libzeropool-zkbob"
branch = "devel"
branch = "master"
package = "libzeropool-zkbob"
version = "1.4.0"
default-features = false
Expand Down

0 comments on commit 43c6a2b

Please sign in to comment.