diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |