diff --git a/Cargo.toml b/Cargo.toml index 008e110..a761a06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ exclude = [ ".github/*" ] categories = ["web-programming", "encoding", "data-structures"] +resolver = "2" # Enable all features when building on docs.rs to show feature gated bindings [package.metadata.docs.rs] diff --git a/example-projects/reqwest-wasm-example/Cargo.toml b/example-projects/reqwest-wasm-example/Cargo.toml index 1be202c..1d89038 100644 --- a/example-projects/reqwest-wasm-example/Cargo.toml +++ b/example-projects/reqwest-wasm-example/Cargo.toml @@ -3,6 +3,7 @@ name = "reqwest-wasm-example" version = "0.3.0" authors = ["Francesco Guardiani "] edition = "2018" +resolver = "2" # Config mostly pulled from: https://github.com/rustwasm/wasm-bindgen/blob/master/examples/fetch/Cargo.toml