Skip to content

Commit

Permalink
Fix nightly feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jancionear committed Nov 21, 2024
1 parent 7a117aa commit 4e064a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ nightly_protocol = [
"near-parameters/nightly_protocol",
"near-primitives/nightly_protocol",
"near-vm-runner/nightly_protocol",
"testlib/nightly_protocol",
]
nightly = [
"near-chain-configs/nightly",
Expand All @@ -101,6 +102,7 @@ nightly = [
"near-primitives/nightly",
"near-vm-runner/nightly",
"nightly_protocol",
"testlib/nightly",
]
protocol_schema = [
"near-crypto/protocol_schema",
Expand Down

0 comments on commit 4e064a5

Please sign in to comment.