update libcitadel git revision

This commit is contained in:
Bruce Leidl 2019-09-20 18:51:38 -04:00
parent c63ede2482
commit 8587532a5e
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -138,7 +138,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libcitadel"
version = "0.1.0"
source = "git+https://github.com/brl/citadel-tools?rev=4ce5d439d8ec4ba7cea03e18bac208a3aff0c707#4ce5d439d8ec4ba7cea03e18bac208a3aff0c707"
source = "git+https://github.com/brl/citadel-tools?rev=44d5ce660f1f5cf8a3ad1060b143926a99be5148#44d5ce660f1f5cf8a3ad1060b143926a99be5148"
dependencies = [
"bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -207,7 +207,7 @@ dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"libcitadel 0.1.0 (git+https://github.com/brl/citadel-tools?rev=4ce5d439d8ec4ba7cea03e18bac208a3aff0c707)",
"libcitadel 0.1.0 (git+https://github.com/brl/citadel-tools?rev=44d5ce660f1f5cf8a3ad1060b143926a99be5148)",
"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -443,7 +443,7 @@ dependencies = [
"checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
"checksum libcitadel 0.1.0 (git+https://github.com/brl/citadel-tools?rev=4ce5d439d8ec4ba7cea03e18bac208a3aff0c707)" = "<none>"
"checksum libcitadel 0.1.0 (git+https://github.com/brl/citadel-tools?rev=44d5ce660f1f5cf8a3ad1060b143926a99be5148)" = "<none>"
"checksum libdbus-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
"checksum libflate 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" = "d9135df43b1f5d0e333385cb6e7897ecd1a43d7d11b91ac003f4d2c2d2401fdd"
"checksum libsodium-sys 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "adecedd56966d117ef65b2d03aab14f1b56da9c8054a8e09bee5201c9937867e"

View File

@ -9,4 +9,4 @@ byteorder="1.0.0"
libc = "*"
termios = "0.2.2"
lazy_static = "1.4.0"
libcitadel = { git = "https://github.com/brl/citadel-tools", rev="4ce5d439d8ec4ba7cea03e18bac208a3aff0c707" }
libcitadel = { git = "https://github.com/brl/citadel-tools", rev="44d5ce660f1f5cf8a3ad1060b143926a99be5148" }