Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jul 5, 2024
1 parent e01e5fa commit 1de794f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/matter-labs/bellman"
license = "MIT/Apache-2.0"
name = "bellman_ce"
repository = "https://github.com/matter-labs/bellman"
version = "0.3.2"
version = "0.8.0"
edition = "2018"

[lib]
Expand All @@ -33,8 +33,8 @@ tiny-keccak = {version = "1.5", optional = true}
blake2-rfc = {version = "0.2.18", optional = true}
blake2s_simd = {version = "0.5"}
lazy_static = {version = "1", optional = true}
blake2s_const = {version = "0.6", optional = true, path = "./src/plonk/blake2_const/blake2s/"}
hex = "*"
blake2s_const = {version = "=0.8.0", optional = true, path = "./src/plonk/blake2_const/blake2s/"}
hex = "0.4"

[features]
default = ["multicore", "plonk"]
Expand All @@ -53,4 +53,4 @@ allocator = []
debug = true

[profile.bench]
debug = true
debug = true
2 changes: 1 addition & 1 deletion src/plonk/blake2_const/blake2s/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2s_const"
version = "0.6.0"
version = "0.8.0"
authors = ["Jack O'Connor"]
description = "a pure Rust BLAKE2s implementation with dynamic SIMD"
license = "MIT"
Expand Down

0 comments on commit 1de794f

Please sign in to comment.