From 3091e92be34dc5de1737d99e2e390ec85f3327c7 Mon Sep 17 00:00:00 2001 From: haskal Date: Sun, 18 Aug 2019 22:51:30 -0400 Subject: [PATCH] Update inth-oauth2 dep --- .gitmodules | 3 +++ Cargo.toml | 2 +- inth-oauth2 | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 inth-oauth2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f3d8b2d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "inth-oauth2"] + path = inth-oauth2 + url = https://git.lain.faith/misc-deps/inth-oauth2.git diff --git a/Cargo.toml b/Cargo.toml index 0f9b172..d4c62aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ base64 = "0.10" biscuit = "0.1" chrono = "0.4" failure = "0.1" -inth-oauth2 = "0.16" +inth-oauth2 = { path = "inth-oauth2" } reqwest = { version = "0.9", features = ["hyper-011"] } serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/inth-oauth2 b/inth-oauth2 new file mode 160000 index 0000000..65bde6b --- /dev/null +++ b/inth-oauth2 @@ -0,0 +1 @@ +Subproject commit 65bde6b0c8a5d2cd8a9aa2e28e3efa06042a6b8f