Skip to content

Commit

Permalink
bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Mar 21, 2024
1 parent df01b5b commit 27d2610
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.

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

[workspace.package]
version = "0.8.0-alpha.1"
version = "0.9.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-build-ethereum = { version = "0.8.0-alpha.1", default-features = false, path = "build" }
risc0-ethereum-contracts = { version = "0.8.0-alpha.1", default-features = false, path = "contracts" }
risc0-ethereum-relay = { version = "0.8.0-alpha.1", default-features = false, path = "relay" }
risc0-forge-ffi = { version = "0.8.0-alpha.1", default-features = false, path = "ffi" }
risc0-build-ethereum = { version = "0.9.0-alpha.1", default-features = false, path = "build" }
risc0-ethereum-contracts = { version = "0.9.0-alpha.1", default-features = false, path = "contracts" }
risc0-ethereum-relay = { version = "0.9.0-alpha.1", default-features = false, path = "relay" }
risc0-forge-ffi = { version = "0.9.0-alpha.1", default-features = false, path = "ffi" }

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

0 comments on commit 27d2610

Please sign in to comment.