Skip to content

Commit

Permalink
Merge pull request #435 from zcash/update_visibility
Browse files Browse the repository at this point in the history
Update `visibility` crate version to one that is properly MIT/Apache licensed.
  • Loading branch information
daira authored Aug 15, 2024
2 parents 5db68d0 + 32e26fa commit ce1be62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to Rust's notion of

## [Unreleased]

## [0.9.1] - 2024-08-13

### Changed
- Migrated to `visibility 0.1.1`.

## [0.9.0] - 2024-08-12

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.9.0"
version = "0.9.1"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@ zcash_note_encryption = "0.4"
incrementalmerkletree = "0.6"
zcash_spec = "0.1"
zip32 = "0.1"
visibility = "0.1.0"
visibility = "0.1.1"

# Logging
tracing = "0.1"
Expand Down

0 comments on commit ce1be62

Please sign in to comment.