Skip to content

Commit

Permalink
fix_nightly_feature_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Longarithm committed Jul 10, 2024
1 parent bd0d638 commit 8f4b960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ nightly = [
"near-fmt/nightly",
"near-parameters/nightly",
"near-primitives-core/nightly",
"near-primitives/nightly",
"nightly_protocol",
"protocol_feature_fix_contract_loading_cost",
"protocol_feature_fix_staking_threshold",
Expand Down
6 changes: 5 additions & 1 deletion tools/protocol-schema-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ inventory = { workspace = true, optional = true }
toml.workspace = true

[features]
nightly_protocol = [
"near-primitives/nightly_protocol",
]
nightly = [
"near-primitives/nightly"
"near-primitives/nightly",
"nightly_protocol",
]
protocol_schema = [
"inventory",
Expand Down

0 comments on commit 8f4b960

Please sign in to comment.