Skip to content

Commit

Permalink
Merge pull request #289 from ebfull/release-0.4
Browse files Browse the repository at this point in the history
Version bump 0.4.0 for crates
  • Loading branch information
str4d authored Sep 9, 2020
2 parents c7e9523 + d4cba74 commit 37b5d67
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions zcash_client_backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_client_backend"
description = "APIs for creating shielded Zcash light clients"
version = "0.3.0"
version = "0.4.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
Expand All @@ -21,7 +21,7 @@ hex = "0.4"
jubjub = "0.5.1"
protobuf = "2.15"
subtle = "2"
zcash_primitives = { version = "0.3", path = "../zcash_primitives" }
zcash_primitives = { version = "0.4", path = "../zcash_primitives" }

[build-dependencies]
protobuf-codegen-pure = "2.15"
Expand Down
8 changes: 4 additions & 4 deletions zcash_client_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_client_sqlite"
description = "An SQLite-based Zcash light client"
version = "0.1.0"
version = "0.2.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
Expand All @@ -21,13 +21,13 @@ protobuf = "2.15"
rand_core = "0.5.1"
rusqlite = { version = "0.24", features = ["bundled", "time"] }
time = "0.2"
zcash_client_backend = { version = "0.3", path = "../zcash_client_backend" }
zcash_primitives = { version = "0.3", path = "../zcash_primitives" }
zcash_client_backend = { version = "0.4", path = "../zcash_client_backend" }
zcash_primitives = { version = "0.4", path = "../zcash_primitives" }

[dev-dependencies]
rand_core = "0.5.1"
tempfile = "3"
zcash_proofs = { version = "0.3", path = "../zcash_proofs" }
zcash_proofs = { version = "0.4", path = "../zcash_proofs" }

[features]
mainnet = []
2 changes: 1 addition & 1 deletion zcash_primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_primitives"
description = "Rust implementations of the Zcash primitives"
version = "0.3.0"
version = "0.4.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
Expand Down
4 changes: 2 additions & 2 deletions zcash_proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_proofs"
description = "Zcash zk-SNARK circuits and proving APIs"
version = "0.3.0"
version = "0.4.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
Expand All @@ -27,7 +27,7 @@ lazy_static = "1"
minreq = { version = "2", features = ["https"], optional = true }
rand_core = "0.5.1"
wagyu-zcash-parameters = { version = "0.2", optional = true }
zcash_primitives = { version = "0.3", path = "../zcash_primitives" }
zcash_primitives = { version = "0.4", path = "../zcash_primitives" }

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit 37b5d67

Please sign in to comment.