Skip to content

Commit

Permalink
Merge branch 'master' into log-error-response-from-committer
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner authored Jan 21, 2025
2 parents 7d50d4a + b6dbed4 commit 5f0f5c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions version-compatibility/forkless-upgrade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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: 3 additions & 0 deletions version-compatibility/forkless-upgrade/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#![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 5f0f5c1

Please sign in to comment.