Skip to content

Commit

Permalink
disable nts-pool feature flag so this can be merged into main
Browse files Browse the repository at this point in the history
  • Loading branch information
squell committed Nov 21, 2023
1 parent 6d31331 commit 84fb4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntp-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["nts-pool"]
default = []
__internal-fuzz = ["arbitrary", "__internal-api"]
__internal-test = ["__internal-api"]
__internal-api = []
Expand Down

0 comments on commit 84fb4f9

Please sign in to comment.