Skip to content

Commit

Permalink
fix internal deps versions for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 13, 2025
1 parent 571f123 commit 0807e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion masp_primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ borsh = {version = "1.2.0", features = ["unstable__schema", "derive"]}
arbitrary = {version = "1.3", features = ["derive"], optional = true }

[dependencies.masp_note_encryption]
version = "1.0.0"
version = "1.2.0"
path = "../masp_note_encryption"
features = ["pre-zip-212"]

Expand Down
2 changes: 1 addition & 1 deletion masp_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["cryptography::cryptocurrencies"]
all-features = true

[dependencies]
masp_primitives = { version = "1.0.0", path = "../masp_primitives" }
masp_primitives = { version = "1.2.0", path = "../masp_primitives" }

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

0 comments on commit 0807e7f

Please sign in to comment.