Skip to content

Commit

Permalink
Bump Cargo versions to 0.8.0-alpha.1 (#24)
Browse files Browse the repository at this point in the history
Bump version to `0.8.0-alpha.1` to mark development post custting of
`release-0.7`
  • Loading branch information
nategraf authored Feb 27, 2024
1 parent 17ac0bc commit 90d0844
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ resolver = "2"
members = ["build", "contracts", "ffi", "relay", "relay/tests/methods"]

[workspace.package]
version = "0.7.0-alpha.1"
version = "0.8.0-alpha.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
repository = "https://github.com/risc0/risc0-ethereum/"

[workspace.dependencies]
# Intra-workspace dependencies
risc0-ethereum-contracts = { version = "0.7.0-alpha.1", default-features = false, path = "contracts" }
risc0-forge-ffi = { version = "0.7.0-alpha.1", default-features = false, path = "ffi" }
risc0-ethereum-relay = { version = "0.7.0-alpha.1", default-features = false, path = "relay" }
risc0-ethereum-contracts = { version = "0.8.0-alpha.1", default-features = false, path = "contracts" }
risc0-forge-ffi = { version = "0.8.0-alpha.1", default-features = false, path = "ffi" }
risc0-ethereum-relay = { version = "0.8.0-alpha.1", default-features = false, path = "relay" }

alloy-primitives = { version = "0.6", default-features = false, features = ["rlp", "serde", "std"] }
alloy-sol-types = { version = "0.6" }
Expand Down

0 comments on commit 90d0844

Please sign in to comment.