Skip to content

Commit

Permalink
set version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Mar 29, 2024
1 parent 9955b94 commit a1bd9ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

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

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

alloy-primitives = { version = "0.6.4", features = ["serde", "rlp", "std"] }
alloy-rlp = { version = "0.3.4", default-features = false }
Expand Down

0 comments on commit a1bd9ec

Please sign in to comment.