Skip to content

Commit

Permalink
Remove experimental from default features (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad authored Jul 6, 2023
1 parent 5414cde commit 7b82e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-system/module-implementations/sov-evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tempfile = { workspace = true }
bytes = { workspace = true }

[features]
default = ["native", "experimental"]
default = ["native"]
serde = ["dep:serde", "dep:serde_json"]
native = ["serde", "sov-state/native", "dep:jsonrpsee", "sov-modules-api/native"]
experimental = []

0 comments on commit 7b82e6e

Please sign in to comment.