Skip to content

Commit

Permalink
Bump version to 1.1.0 and steel 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Sep 10, 2024
1 parent a41d13b commit 8498f7a
Show file tree
Hide file tree
Showing 16 changed files with 2,043 additions and 3,014 deletions.
1,022 changes: 372 additions & 650 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ resolver = "2"
members = ["build", "contracts", "ffi", "steel"]

[workspace.package]
version = "1.1.0-rc.3"
version = "1.1.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
repository = "https://github.com/risc0/risc0-ethereum/"

[workspace.dependencies]
# Intra-workspace dependencies
risc0-build-ethereum = { version = "1.1.0-rc.3", default-features = false, path = "build" }
risc0-ethereum-contracts = { version = "1.1.0-rc.3", default-features = false, path = "contracts" }
risc0-steel = { version = "0.12.0", default-features = false, path = "steel" }
risc0-forge-ffi = { version = "1.1.0-rc.3", default-features = false, path = "ffi" }
risc0-build-ethereum = { version = "1.1.0", default-features = false, path = "build" }
risc0-ethereum-contracts = { version = "1.1.0", default-features = false, path = "contracts" }
risc0-steel = { version = "0.13.0", default-features = false, path = "steel" }
risc0-forge-ffi = { version = "1.1.0", default-features = false, path = "ffi" }

# risc0 monorepo dependencies.
risc0-build = { version = "1.1.0-rc.3", default-features = false }
risc0-zkp = { version = "1.1.0-rc.3", default-features = false }
risc0-zkvm = { version = "1.1.0-rc.3", default-features = false }
risc0-build = { version = "1.1.0", default-features = false }
risc0-zkp = { version = "1.1.0", default-features = false }
risc0-zkvm = { version = "1.1.0", default-features = false }

# Alloy guest dependencies
alloy-consensus = { version = "0.3" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/groth16/RiscZeroGroth16Verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contract RiscZeroGroth16Verifier is IRiscZeroVerifier, Groth16Verifier {
using SafeCast for uint256;

/// Semantic version of the the RISC Zero system of which this contract is part.
string public constant VERSION = "1.1.0-rc.3";
string public constant VERSION = "1.1.0";

/// @notice Control root hash binding the set of circuits in the RISC Zero system.
/// @dev This value controls what set of recursion programs (e.g. lift, join, resolve), and
Expand Down
Loading

0 comments on commit 8498f7a

Please sign in to comment.