Skip to content

Commit 07b2222

Browse files
authored
Merge pull request #105 from namada-net/v2.0.0.rc.0
v2.0.0 rc.0
2 parents d9d2bd4 + b04a451 commit 07b2222

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99

1010
[workspace.package]
11-
version = "1.4.2"
11+
version = "2.0.0"
1212

1313
[profile.release]
1414
lto = true

masp_primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ borsh = {version = "1.2.0", features = ["unstable__schema", "derive"]}
7777
arbitrary = {version = "1.3", features = ["derive"], optional = true }
7878

7979
[dependencies.masp_note_encryption]
80-
version = "1.4.0"
80+
version = "2.0.0"
8181
path = "../masp_note_encryption"
8282
features = ["pre-zip-212"]
8383

masp_proofs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["cryptography::cryptocurrencies"]
1515
all-features = true
1616

1717
[dependencies]
18-
masp_primitives = { version = "1.4.0", path = "../masp_primitives" }
18+
masp_primitives = { version = "2.0.0", path = "../masp_primitives" }
1919

2020
# Dependencies exposed in a public API:
2121
# (Breaking upgrades to these require a breaking upgrade to this crate.)

0 commit comments

Comments
 (0)