Skip to content

Commit

Permalink
update zcash_encoding dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joe bebel committed Aug 21, 2023
1 parent a49195f commit c91e395
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions masp_note_encryption/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "masp_note_encryption"
description = "Note encryption for MASP transactions"
version = "0.2.0"
version = "0.4.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>",
"joe@heliax.dev"
"joe@heliax.dev",
]
homepage = "https://github.com/anoma/masp"
repository = "https://github.com/anoma/masp"
Expand All @@ -24,7 +24,7 @@ chacha20 = { version = "0.9", default-features = false }
chacha20poly1305 = { version = "0.10", default-features = false }
rand_core = { version = "0.6", default-features = false }
subtle = { version = "2.3", default-features = false }
borsh = {version = "0.9", features = ["const-generics"]}
borsh = { version = "0.9", features = ["const-generics"] }

[features]
default = ["alloc"]
Expand Down
4 changes: 2 additions & 2 deletions masp_primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ categories = ["cryptography::cryptocurrencies"]
all-features = true

[dependencies]
zcash_encoding = { version = "0.0", git = "https://github.com/zcash/librustzcash", rev = "43c18d0" }
zcash_encoding = { version = "0.2", git = "https://github.com/zcash/librustzcash", rev = "bd7f9d7" }

# Dependencies exposed in a public API:
# (Breaking upgrades to these require a breaking upgrade to this crate.)
Expand Down Expand Up @@ -75,7 +75,7 @@ fpe = "0.6"

borsh = { version = "0.9", features = ["const-generics"] }
[dependencies.masp_note_encryption]
version = "0.2"
version = "0.4"
path = "../masp_note_encryption"
features = ["pre-zip-212"]

Expand Down

0 comments on commit c91e395

Please sign in to comment.