Skip to content

Commit

Permalink
disable currently not working features
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Mar 6, 2024
1 parent e730c0b commit bb4a4e7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion demo/test-resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@ slog = { workspace = true, features = ["max_level_trace", "release_max_level_inf
slog-scope = "4"
slog-stdlog = "4"
g3-types = { workspace = true, features = ["async-log"] }
g3-resolver = { workspace = true, features = ["hickory"] }
g3-resolver.workspace = true
g3-stdlog.workspace = true

[features]
default = []
hickory = [ "g3-resolver/hickory" ]

[[bin]]
name = "test-resolver"
required-features = ["g3-resolver/hickory"]
2 changes: 1 addition & 1 deletion g3bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ g3-hickory-client.workspace = true
rustc_version.workspace = true

[features]
default = ["quic"]
default = []
quic = ["g3-types/quic", "g3-socks/quic", "g3-io-ext/quic", "g3-hickory-client/quic", "dep:quinn", "dep:h3", "dep:h3-quinn"]
vendored-openssl = ["openssl/vendored", "openssl-probe"]
vendored-tongsuo = ["openssl/tongsuo", "openssl-probe", "g3-types/tongsuo"]
Expand Down
2 changes: 1 addition & 1 deletion g3proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tokio-util = { workspace = true, features = ["io"] }
rustc_version.workspace = true

[features]
default = ["lua54", "python", "c-ares", "hickory", "geoip", "quic"]
default = ["lua54", "python", "c-ares", "geoip"]
lua = ["mlua"]
luajit = ["lua", "mlua/luajit"]
lua51 = ["lua", "mlua/lua51"]
Expand Down
2 changes: 1 addition & 1 deletion g3tiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ g3tiles-proto = { path = "proto" }
rustc_version.workspace = true

[features]
default = ["quic"]
default = []
quic = ["g3-daemon/quic", "dep:quinn"]
vendored-openssl = ["openssl/vendored", "openssl-probe"]
vendored-tongsuo = ["openssl/tongsuo", "openssl-probe", "g3-yaml/tongsuo", "g3-types/tongsuo"]
Expand Down

0 comments on commit bb4a4e7

Please sign in to comment.