Skip to content

Commit

Permalink
Merge pull request #57 from HorizenOfficial/bumping_tags
Browse files Browse the repository at this point in the history
Bumping tags to newer releases
  • Loading branch information
lander86 authored Nov 16, 2021
2 parents 96a7235 + eafb080 commit 236fa73
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 37 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ rustup install 1.51.0
```
After that, use `cargo`, the standard Rust build tool, to build the library:
```bash
git clone https://github.com/HorizenOfficial/ginger-lib.git
cd ginger-lib
git clone https://github.com/HorizenOfficial/zendoo-mc-cryptolib.git
cd zendoo-mc-cryptolib
cargo build --release
```
This library comes with unit tests for each of the provided crates. Run the tests with:
Expand Down
53 changes: 26 additions & 27 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zendoo-mc-crypto"
version = "0.2.0"
version = "0.2.1"
authors = [
"DanieleDiBenedetto <[email protected]>",
"Maksym Vereshchak <[email protected]>",
Expand All @@ -17,13 +17,13 @@ path = "src/lib.rs"
crate-type = ["staticlib"]

[dependencies]
algebra = { features = ["tweedle"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.0" }
primitives = { features = ["tweedle", "merkle_tree"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.0" }
cctp_primitives = { git = "https://github.com/HorizenOfficial/zendoo-cctp-lib.git", tag = "0.1.0" }
proof-systems = { features = ["darlin"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.0", optional = true }
r1cs-crypto = { features = ["tweedle"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.0", optional = true }
r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.0", optional = true}
r1cs-std = { features = ["tweedle"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.0", optional = true}
algebra = { features = ["tweedle"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.1" }
primitives = { features = ["tweedle", "merkle_tree"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.1" }
cctp_primitives = { git = "https://github.com/HorizenOfficial/zendoo-cctp-lib.git", tag = "0.1.1" }
proof-systems = { features = ["darlin"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.1", optional = true }
r1cs-crypto = { features = ["tweedle"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.1", optional = true }
r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.1", optional = true}
r1cs-std = { features = ["tweedle"], git = "https://github.com/HorizenOfficial/ginger-lib.git", tag = "0.3.1", optional = true}

maybe-uninit = "=2.0.0"
rand = "0.8.4"
Expand Down

0 comments on commit 236fa73

Please sign in to comment.