Skip to content

Commit 191cc24

Browse files
committed
Removed conditional compilation logic.
1 parent 049defe commit 191cc24

File tree

5 files changed

+498
-514
lines changed

5 files changed

+498
-514
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ tracing-subscriber = { version = "0.3.0", default-features = false, features = [
2121
rustls23 = { package = "rustls", version = "0.23.16", features = ["logging", "std", "tls12"] }
2222
rustls-platform-verifier = "0.5.0"
2323
serde = { version = "1.0.145", features = ["derive"] }
24-
ntp-proto = { version = "1.5.0", default_features = false, features = ["__internal-api"] }
24+
ntp-proto = { version = "1.5.0", default-features = false, features = ["__internal-api", "nts-pool" ] }
2525
tokio-rustls = { version = "0.26.0", features = ["logging", "tls12"] }
2626

27-
[features]
28-
default = [ "unstable_nts-pool" ]
29-
unstable_nts-pool = [ "ntp-proto/nts-pool" ]
30-
3127
[[bin]]
3228
name = "nts-pool-ke"
3329
path = "bin/nts-pool-ke.rs"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)