Skip to content

Commit 28756b7

Browse files
laundreifacebook-github-bot
authored andcommitted
Point ethtool crate to specific revision
Summary: I have added support for module_eeprom_get and submitted a PR to the main repo rust-netlink/ethtool#24 I want to start using the code before the PR is accepted and released so updating Cargo.toml to point to my fork with the change. I forked origin/master so this also updates ethtool to 0.2.8 which requires netlink-sys 0.8.7 Reviewed By: cfsmp3 Differential Revision: D80266834 fbshipit-source-id: 4439f1e45067e918aa6cac0d36a0733ee3185bdd
1 parent 41808d7 commit 28756b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

below/tc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Apache-2.0"
1212
[dependencies]
1313
netlink-packet-core = "0.7.0"
1414
netlink-packet-route = "0.19.0"
15-
netlink-sys = "0.8.5"
15+
netlink-sys = "0.8.7"
1616
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1717
serde = { version = "1.0.219", features = ["derive", "rc"] }
1818
thiserror = "2.0.12"

0 commit comments

Comments
 (0)