Skip to content

Commit 897cd85

Browse files
Trying resolver fix, again. (#248)
Signed-off-by: Omar Zabala-Ferrera <[email protected]>
1 parent 09661dd commit 897cd85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exclude = [
1212
".github/*"
1313
]
1414
categories = ["web-programming", "encoding", "data-structures"]
15+
resolver = "2"
1516

1617
# Enable all features when building on docs.rs to show feature gated bindings
1718
[package.metadata.docs.rs]

example-projects/reqwest-wasm-example/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "reqwest-wasm-example"
33
version = "0.3.0"
44
authors = ["Francesco Guardiani <[email protected]>"]
55
edition = "2018"
6+
resolver = "2"
67

78
# Config mostly pulled from: https://github.com/rustwasm/wasm-bindgen/blob/master/examples/fetch/Cargo.toml
89

0 commit comments

Comments
 (0)