aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:02:17 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-18 16:02:17 +0100
commit10d1d0bd402ccd8ee83444379ec32d750222459e (patch)
tree5bb48cbcd3d01ac373dad662c8865023cbcfbd3f
parent4a821e234090f98394dfbe6a96c7af449499d35c (diff)
fork ioctls and enable aarch64 support
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d596b0..de694a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -346,15 +346,13 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "ioctl-sys"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f9d0b6b23885487578d10590edc36fd95426257c7017973b20633e34df23b08"
+version = "0.8.0"
+source = "git+https://github.com/rsdsl/ioctl.git#f12f6346a60572eadeda9b44f41f9ea75052ae91"
[[package]]
name = "ioctls"
version = "0.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5780ca662f733ea1b940647b657d5324abc55a7d8d9b0628e8af8fe96ab3ed2"
+source = "git+https://github.com/rsdsl/ioctl.git#f12f6346a60572eadeda9b44f41f9ea75052ae91"
dependencies = [
"ioctl-sys",
"libc",
@@ -682,7 +680,7 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
version = "0.4.4"
-source = "git+https://github.com/rsdsl/netlinklib.git#b37c7a2b7692a4f8aa57865df4c00de07a5666dc"
+source = "git+https://github.com/rsdsl/netlinklib.git#3996bff08616bbe2b6a9ce6f5cfe9aaa8aa738cc"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 3d6cf5a..be7ed85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
async-io = "2.1.0"
-ioctls = "0.6.1"
+ioctls = { git = "https://github.com/rsdsl/ioctl.git" }
libc = "0.2.149"
mac_address = "1.1.5"
md5 = "0.7.0"