Bump zcash_note_encryption to version 0.3.0 for release.

This removes the path-based dependencies on the `zcash_note_encryption`
crate in favor of using versioned dependencies locally. This better
reflects the future state in which `zcash_note_encryption` is factored
out of the workspace and maintained in a separate repository.


Extracted from: c696069f93
This commit is contained in:
Kris Nuttycombe 2023-03-10 14:13:52 -07:00
parent b060f1c1df
commit 8d0d9c9510
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_note_encryption"
description = "Note encryption for Zcash transactions"
version = "0.2.0"
version = "0.3.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>"