Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/base64-0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Sep 7, 2023
2 parents 3640cb9 + 92038f4 commit 0c92513
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ trust-dns-resolver = { version = "0.22.0", features = [
"dnssec-ring",
"dns-over-rustls",
"dns-over-https-rustls",
] }
], optional = true }
url = { version = "2", optional = true }
uuid = { version = "1.3", features = ["v4"] }
walkdir = "2"
Expand Down Expand Up @@ -147,7 +147,7 @@ all = [
]
azure = ["opendal", "reqsign"]
default = ["all"]
gcs = ["opendal", "reqsign", "url", "reqwest/blocking"]
gcs = ["opendal", "reqsign", "url", "reqwest/blocking", "trust-dns-resolver"]
gha = ["opendal"]
memcached = ["opendal/services-memcached"]
native-zlib = []
Expand All @@ -161,7 +161,7 @@ vendored-openssl = ["openssl?/vendored"]
# Enable features that require unstable features of Nightly Rust.
unstable = []
# Enables distributed support in the sccache client
dist-client = ["flate2", "hyper", "reqwest", "url", "sha2"]
dist-client = ["flate2", "hyper", "reqwest", "url", "sha2", "trust-dns-resolver"]
# Enables the sccache-dist binary
dist-server = [
"jwt",
Expand All @@ -172,6 +172,7 @@ dist-server = [
"reqwest",
"rouille",
"syslog",
"trust-dns-resolver",
"version-compare",
]
# Enables dist tests with external requirements
Expand Down

0 comments on commit 0c92513

Please sign in to comment.