Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 5d145fa

Browse files
committed
fixed oauth2 crate dependency
1 parent 09b986c commit 5d145fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_sdk_auth_aad/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616

1717
[dependencies]
1818
azure_sdk_core = { path = "../azure_sdk_core", version = "0.20.2" }
19-
oauth2 = { git = "https://github.com/ramosbugs/oauth2-rs.git" }
19+
oauth2 = "3.0.0-alpha.3"
2020
base64 = "0.10.1"
2121
url = "1.7.2"
2222
rand = "0.7.0"

0 commit comments

Comments
 (0)