Skip to content

Commit

Permalink
Migrate to nonempty 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 17, 2024
1 parent e0cc7ac commit cd3e090
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to Rust's notion of

## [Unreleased]

### Changed
- Migrated to `nonempty 0.11`.

## [0.10.1] - 2024-12-16

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

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pasta_curves = "0.5"
proptest = { version = "1.0.0", optional = true }
rand = { version = "0.8", default-features = false }
reddsa = { version = "0.5", default-features = false }
nonempty = { version = "0.10", default-features = false }
nonempty = { version = "0.11", default-features = false }
poseidon = { package = "halo2_poseidon", version = "0.1" }
serde = { version = "1.0", default-features = false, features = ["derive"] }
sinsemilla = "0.1"
Expand Down Expand Up @@ -106,6 +106,3 @@ debug = true

[profile.bench]
debug = true

[patch.crates-io]
nonempty = { git = "https://github.com/nuttycom/nonempty.git", rev = "38d37189faecb2a0e3d6adc05aa24e1b93c2483b" }

0 comments on commit cd3e090

Please sign in to comment.