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

Commit 3acc78f

Browse files
authored
Merge pull request #217 from mcr/rename-conflicted-examples
2 parents a32d89f + 7e67524 commit 3acc78f

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
File renamed without changes.

genetlink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ anyhow = "1.0.42"
3030
tokio = { version = "1.9.0", features = ["rt", "rt-multi-thread", "macros"] }
3131

3232
[[example]]
33-
name = "list_generic_family"
33+
name = "list_genetlink_family"
3434
required-features = ["tokio_socket"]
3535

3636
[[example]]
File renamed without changes.

netlink-packet-route/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ netlink-packet-utils = "0.4"
2323
bitflags = "1.2.1"
2424

2525
[[example]]
26-
name = "dump_links"
26+
name = "dump_packet_links"
2727

2828
[dev-dependencies]
2929
criterion = "0.3.0"
File renamed without changes.

netlink-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ name = "dump_links_async"
3939
required-features = ["smol_socket"]
4040

4141
[[example]]
42-
name = "audit_events"
42+
name = "audit_netlink_events"
File renamed without changes.

0 commit comments

Comments
 (0)