Skip to content

Commit

Permalink
build: requires 0.11.11 due to seanmonstar/reqwest#1095
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jul 1, 2022
1 parent be7f2a7 commit a8278eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Expand Up @@ -33,15 +33,13 @@ nom = { version = "6", optional = true }
openid = { version = "0.9.1", optional = true }
opentelemetry = { version = "0.17", optional = true }
opentelemetry-http = { version = "0.6", optional = true }
reqwest = { version = "0.11", features = ["json"], optional = true }
reqwest-wasm-ext = { version = "0.1", optional = true }
reqwest = { version = "0.11.11", features = ["json"], optional = true } # requires 0.11.11+

[features]
default = ["reqwest", "openid", "telemetry", "nom"]
telemetry = ["opentelemetry", "opentelemetry-http", "http"]
# alternate default target for wasm
wasm = ["reqwest", "reqwest-wasm-ext", "nom"]
reqwest = ["dep:reqwest", "reqwest-wasm-ext"]
wasm = ["reqwest", "nom"]

[dev-dependencies]
anyhow = "1"
Expand Down

0 comments on commit a8278eb

Please sign in to comment.