Skip to content

Commit 74f546c

Browse files
authored
Merge pull request #5 from copper-project/gbin/crate-naming
copper naming convention
2 parents c8ebb1c + 27eef2c commit 74f546c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ edition = "2024"
3030
default = ["std", "derive"]
3131
std = ["alloc", "serde?/std"]
3232
alloc = ["serde?/alloc"]
33-
derive = ["dep:cu_bincode_derive"]
33+
derive = ["dep:cu-bincode-derive"]
3434

3535
[dependencies]
36-
cu_bincode_derive = { path = "derive", version = "2.0.2", optional = true }
36+
cu-bincode-derive = { path = "derive", version = "2.0.2", optional = true }
3737
serde = { version = "1.0", default-features = false, optional = true }
3838
unty = "0.0"
3939

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "cu_bincode_derive"
2+
name = "cu-bincode-derive"
33
version = "2.0.2"
44
authors = [
55
"Guillaume Binet <gbin@copper-robotics.com>",

0 commit comments

Comments
 (0)