urcrypt: pull urcrypt-sys from crates.io

This commit is contained in:
Edward Amsden 2023-11-10 08:57:44 -06:00
parent e4ab772998
commit 0f24273e91
2 changed files with 4 additions and 3 deletions

4
rust/ares/Cargo.lock generated
View File

@ -823,7 +823,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "urcrypt-sys"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced751f95a527a3458eb67c75e4ae7093d41585edaa7565f5769101502473019"
dependencies = [
"bindgen",
"pkg-config",

View File

@ -13,8 +13,6 @@ edition = "2018"
[dependencies]
ares_macros = { path = "../ares_macros" }
assert_no_alloc = "1.1.2"
#urcrypt-sys = "0.1.0"
urcrypt-sys = { path = "../../../urcrypt-sys" }
# use this when debugging requires allocation (e.g. eprintln)
# assert_no_alloc = {version="1.1.2", features=["warn_debug"]}
bitvec = "1.0.0"
@ -31,6 +29,7 @@ num-derive = "0.3"
num-traits = "0.2"
signal-hook = "0.3"
static_assertions = "1.1.0"
urcrypt-sys = "0.1.1"
[build-dependencies]
autotools = "0.2.6"