Skip to content

Commit

Permalink
Pin netlink-proto version (#2623)
Browse files Browse the repository at this point in the history
## Description
Pin `netlink-proto` to not have any issue when releasing

## 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 23, 2025
1 parent d538576 commit d4b2b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/services/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ 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 }

0 comments on commit d4b2b64

Please sign in to comment.