Skip to content

Commit 9cf3f70

Browse files
committed
Change filename style.
1 parent f2a05bc commit 9cf3f70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ name = "redis"
5656
path = "redis.rs"
5757

5858
[[example]]
59-
name = "echo-uds"
60-
path = "echo-uds.rs"
59+
name = "echo_uds"
60+
path = "echo_uds.rs"
6161

6262
[[example]]
63-
name = "echo-uds-client"
64-
path = "echo-uds-client.rs"
63+
name = "echo_uds_client"
64+
path = "echo_uds_client.rs"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)