Skip to content

Commit 4dff04d

Browse files
committed
use dep: tag to tell cargo that the serde_impl feature should pull in serde as a dep
1 parent 2e23f02 commit 4dff04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.65"
1515
circle-ci = { repository = "kyren/hashlink", branch = "master" }
1616

1717
[features]
18-
serde_impl = ["serde"]
18+
serde_impl = ["dep:serde"]
1919

2020
[dependencies]
2121
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher", "inline-more"] }

0 commit comments

Comments
 (0)