We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96835f5 commit 37f26d2Copy full SHA for 37f26d2
1 file changed
oauth2-reqwest/Cargo.toml
@@ -16,7 +16,7 @@ all-features = true
16
blocking = ["reqwest/blocking"]
17
18
[dependencies]
19
-oauth2 = { path = "../oauth2", version = "5" }
+oauth2 = { path = "../oauth2", version = "5", default-features = false }
20
reqwest = { version = "0.13", default-features = false }
21
22
[dev-dependencies]
0 commit comments