Skip to content

Commit e36701e

Browse files
authored
chore: default reserved-capacity feature (#2391)
1 parent eeb5ae4 commit e36701e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

crates/sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test-artifacts = { path = "../test-artifacts" }
6161
tokio-test = { version = "0.4" }
6262

6363
[features]
64-
default = ["network"]
64+
default = ["network", "reserved-capacity"]
6565
native-gnark = ["sp1-prover/native-gnark"]
6666
# TODO: Once alloy has a 1.* release, we can likely remove this feature flag, as there will be less
6767
# dependency resolution issues.

crates/test-artifacts/programs/Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)