Skip to content

Commit 3a9677e

Browse files
committed
remove workspace members
1 parent 3457694 commit 3a9677e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Cargo.toml

+1-11
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,8 @@
33
resolver = "2"
44

55
members = [
6-
"m2/rollup",
7-
"m2/stf",
8-
# protocol units
9-
"protocol-units/sov-aptos",
10-
"protocol-units/sov-modules/sov-aptos-vm",
11-
# "protocol-units/rest-to-json-rpc"
126
]
137

14-
[workspace.features]
15-
sov-aptos = ["experimental"]
16-
defailt = ["m2/rollup"]
17-
188
[workspace.package]
199
version = "0.3.0"
2010
edition = "2021"
@@ -101,7 +91,7 @@ reth-rpc-types-compat = { git = "https://github.com/paradigmxyz/reth", rev = "c0
10191
reth-revm = { git = "https://github.com/paradigmxyz/reth", rev = "c0655fed8915490f82d4acf8900a16a10554cbfb" }
10292

10393
# Matches reth dependency. Using exact revision for matching our tightly coupled usage of both reth and revm crates
104-
revm = { version = "5.0.0", default-features = false, features = ["serde"] }
94+
revm = { version = "8.0.0", default-features = false, features = ["serde"] }
10595
# Used just to be safe about breaking changes
10696
revm-primitives = { version = "=2.0.0", default-features = false }
10797
secp256k1 = { version = "0.27", default-features = false, features = ["global-context", "rand-std", "recovery"] }

0 commit comments

Comments
 (0)