aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"