From 9b0fb500ee91ecbc274daff41283af53a6f5e965 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sun, 13 Aug 2017 00:13:08 -0400 Subject: [PATCH] Depend on local file for cargo --- Cargo.lock | 4 +--- Cargo.toml | 3 ++- xmpp-rs | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 xmpp-rs diff --git a/Cargo.lock b/Cargo.lock index ff4409d..56e8f79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ dependencies = [ "serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "xmpp 0.2.0 (git+https://gitlab.com/lumi/xmpp-rs.git)", + "xmpp 0.2.0", ] [[package]] @@ -461,7 +461,6 @@ dependencies = [ [[package]] name = "xmpp" version = "0.2.0" -source = "git+https://gitlab.com/lumi/xmpp-rs.git#6ad21dbf833e2b5f2f8c05b73213b0e55e81ef3d" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -553,5 +552,4 @@ dependencies = [ "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" "checksum xml-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b46ee689ba7a669c08a1170c2348d2516c62dc461135c9e86b2f1f476e07be4a" -"checksum xmpp 0.2.0 (git+https://gitlab.com/lumi/xmpp-rs.git)" = "" "checksum xmpp-parsers 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d64ede139ed5557a09f076b0d5bdc8a673555ef976746233eb906ef76e90eeac" diff --git a/Cargo.toml b/Cargo.toml index fc3e524..39a9582 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,8 @@ license = "GPL-3.0+" readme = "README.md" [dependencies] -xmpp = { git = "https://gitlab.com/lumi/xmpp-rs.git" } +#xmpp = { git = "https://gitlab.com/lumi/xmpp-rs.git" } +xmpp = { path = "xmpp-rs", version = "0.2.0" } #xmpp = "0.2.0" toml = "0.4.4" serde_derive = "1.0.11" diff --git a/xmpp-rs b/xmpp-rs new file mode 160000 index 0000000..6ad21db --- /dev/null +++ b/xmpp-rs @@ -0,0 +1 @@ +Subproject commit 6ad21dbf833e2b5f2f8c05b73213b0e55e81ef3d