Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #217 from mcr/rename-conflicted-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude authored Dec 29, 2021
2 parents a32d89f + 7e67524 commit 3acc78f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion genetlink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow = "1.0.42"
tokio = { version = "1.9.0", features = ["rt", "rt-multi-thread", "macros"] }

[[example]]
name = "list_generic_family"
name = "list_genetlink_family"
required-features = ["tokio_socket"]

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion netlink-packet-route/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ netlink-packet-utils = "0.4"
bitflags = "1.2.1"

[[example]]
name = "dump_links"
name = "dump_packet_links"

[dev-dependencies]
criterion = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion netlink-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ name = "dump_links_async"
required-features = ["smol_socket"]

[[example]]
name = "audit_events"
name = "audit_netlink_events"

0 comments on commit 3acc78f

Please sign in to comment.