Skip to content

Commit

Permalink
Remove netlink proto fix (#2637)
Browse files Browse the repository at this point in the history
## Description

`netlink-proto` released a new version to downgrade MSRV :
rust-netlink/netlink-proto#29 (comment)

## Checklist
- [x] Breaking changes are clearly marked as such in the PR description
and changelog
- [x] New behavior is reflected in tests
- [x] [The specification](https://github.com/FuelLabs/fuel-specs/)
matches the implemented behavior (link update PR if changes are needed)

### Before requesting review
- [x] I have reviewed the code myself
- [x] I have created follow-up issues caused by this PR and linked them
here
  • Loading branch information
AurelienFT authored Jan 28, 2025
1 parent 59e8271 commit 9378046
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions crates/services/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,3 @@ version = "0.3.0"

[features]
test-helpers = ["fuel-core-types/test-helpers"]

# Remove when we upgrade rust version
[target.'cfg(target_os = "linux")'.dependencies]
netlink-proto = { version = "=0.11.3", optional = true }
2 changes: 0 additions & 2 deletions version-compatibility/forkless-upgrade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ hex = "0.4.3"
rand = "0.8"
tempfile = "3.4"
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
# Remove when we upgrade rust version
netlink-proto = "=0.11.3"

# Neutral deps
fuel-core-trace = { path = "../../crates/trace" }
Expand Down
3 changes: 0 additions & 3 deletions version-compatibility/forkless-upgrade/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#![deny(unused_crate_dependencies)]
#![deny(warnings)]

#[cfg(test)]
use netlink_proto as _;

#[cfg(test)]
mod backward_compatibility;
#[cfg(test)]
Expand Down

0 comments on commit 9378046

Please sign in to comment.