Browse Source

well that was irresponsible (using path in Cargo.toml)

master
eta 4 years ago
parent
commit
8f74139888
  1. 4
      Cargo.lock
  2. 4
      Cargo.toml

4
Cargo.lock generated

@ -2059,7 +2059,7 @@ dependencies = [ @@ -2059,7 +2059,7 @@ dependencies = [
"toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
"whatsappweb-eta 0.4.0",
"whatsappweb-eta 0.4.0 (git+https://git.theta.eu.org/whatsappweb-rs.git/)",
]
[[package]]
@ -2595,6 +2595,7 @@ dependencies = [ @@ -2595,6 +2595,7 @@ dependencies = [
[[package]]
name = "whatsappweb-eta"
version = "0.4.0"
source = "git+https://git.theta.eu.org/whatsappweb-rs.git/#9090f04bf2cd838ca60647af29486739e64da41a"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2959,6 +2960,7 @@ dependencies = [ @@ -2959,6 +2960,7 @@ dependencies = [
"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
"checksum whatsappweb-eta 0.4.0 (git+https://git.theta.eu.org/whatsappweb-rs.git/)" = "<none>"
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"

4
Cargo.toml

@ -49,8 +49,8 @@ features = ["v4"] @@ -49,8 +49,8 @@ features = ["v4"]
version = "0.7"
[dependencies.whatsappweb-eta]
#git = "https://git.theta.eu.org/whatsappweb-rs.git/"
path = "../whatsappweb-rs"
git = "https://git.theta.eu.org/whatsappweb-rs.git/"
#path = "../whatsappweb-rs"
[package.metadata.rpm.cargo]
buildflags = ["--release"]

Loading…
Cancel
Save