Skip to content

Commit

Permalink
[Starnix-netlink] Fix build (#12917)
Browse files Browse the repository at this point in the history
This PR fixes the build fail in project starnix-netlink.

Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan authored Jan 7, 2025
1 parent 946ba48 commit e2046df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/starnix-netlink/cargo.toml/route
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
anyhow = { path = "/src/fuchsia/third_party/rust_crates/vendor/anyhow-1.0.86" }
bitflags = { path = "/src/fuchsia/third_party/rust_crates/vendor/bitflags-2.4.1" }
byteorder = "1.5"
libc = { path = "/src/fuchsia/third_party/rust_crates/vendor/libc-0.2.158" }
libc = "0.2.158"
log = { path = "/src/fuchsia/third_party/rust_crates/vendor/log-0.4.22", features = ["std"] }
thiserror = { path = "/src/fuchsia/third_party/rust_crates/vendor/thiserror-1.0.57" }
netlink_packet_core = { path = "../netlink_packet_core" }
Expand Down
2 changes: 1 addition & 1 deletion projects/starnix-netlink/cargo.toml/sock_diag
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
anyhow = { path = "/src/fuchsia/third_party/rust_crates/vendor/anyhow-1.0.86" }
bitflags = { path = "/src/fuchsia/third_party/rust_crates/vendor/bitflags-2.4.1" }
byteorder = "1.5"
libc = { path = "/src/fuchsia/third_party/rust_crates/vendor/libc-0.2.158" }
libc = "0.2.158"
smallvec = { path = "/src/fuchsia/third_party/rust_crates/vendor/smallvec-1.13.1" }
netlink_packet_core = { path = "../netlink_packet_core" }
netlink_packet_utils = { path = "../netlink_packet_utils" }
Expand Down

0 comments on commit e2046df

Please sign in to comment.