Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Specify rust-version in manifest
Specify the rust-version in the cargo manfiest as 1.66.1.

The current reason for the the requirement is the use if
`std::os::fd::RawFd` in `netlink-packet-route` `0.17.1` (link_xdp.rs).
  • Loading branch information
flxo authored and JohnTitor committed Nov 23, 2023
1 parent 0458e60 commit 454fc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -9,6 +9,7 @@ license = "MIT"
readme = "README.md"
repository = "https://github.com/rust-netlink/rtnetlink"
description = "manipulate linux networking resources via netlink"
rust-version = "1.66.1"

[features]
test_as_root = []
Expand Down

0 comments on commit 454fc58

Please sign in to comment.