zcash_primitives 0.3.0

This commit is contained in:
Jack Grigg 2020-08-22 12:06:21 +01:00
parent 1124eb3ca9
commit e25a7dacdf
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ hex = "0.4"
jubjub = { version = "0.4", path = "../jubjub" }
protobuf = "=2.14.0" # 2.15 has MSRV of 1.44.1
subtle = "2"
zcash_primitives = { version = "0.2", path = "../zcash_primitives" }
zcash_primitives = { version = "0.3", path = "../zcash_primitives" }
[build-dependencies]
protobuf-codegen-pure = "2.14"

View File

@ -22,7 +22,7 @@ rand_core = "0.5.1"
rusqlite = { version = "0.23", features = ["bundled"] }
time = "0.1"
zcash_client_backend = { version = "0.2", path = "../zcash_client_backend" }
zcash_primitives = { version = "0.2", path = "../zcash_primitives" }
zcash_primitives = { version = "0.3", path = "../zcash_primitives" }
[dev-dependencies]
rand_core = "0.5.1"

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_primitives"
description = "Rust implementations of the Zcash primitives"
version = "0.2.0"
version = "0.3.0"
authors = [
"Jack Grigg <jack@z.cash>",
]

View File

@ -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.2", path = "../zcash_primitives" }
zcash_primitives = { version = "0.3", path = "../zcash_primitives" }
[dev-dependencies]
rand_xorshift = "0.2"