Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and huitseeker committed Oct 20, 2023
1 parent 8f8c6e3 commit a0d8e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/bellpepper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/bellpepper-core"
homepage = "https://github.com/lurk-lab/bellpepper"
license = "MIT/Apache-2.0"
repository = "https://github.com/lurk-lab/bellpepper"
version = "0.2.1"
version = "0.3.0"
readme = "../../README.md"
edition = "2021"
rust-version = "1.66.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/bellpepper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ documentation = "https://docs.rs/bellpepper"
homepage = "https://github.com/lurk-lab/bellpepper"
license = "MIT/Apache-2.0"
repository = "https://github.com/lurk-lab/bellpepper"
version = "0.2.1"
version = "0.3.0"
readme = "README.md"
edition = "2021"
rust-version = "1.66.0"

[dependencies]
bellpepper-core = { version = "0.2", path = "../bellpepper-core" }
bellpepper-core = { version = "0.3", path = "../bellpepper-core" }
byteorder = { workspace = true }
ff = { workspace = true }

Expand Down

0 comments on commit a0d8e7a

Please sign in to comment.