Skip to content

Commit 207ba85

Browse files
rustecal-pubsub/Cargo.toml fixed (#25)
1 parent df06da4 commit 207ba85

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rustecal-pubsub/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
rustecal-sys = { path = "../rustecal-sys" }
8-
rustecal-core = { path = "../rustecal-core" }
7+
rustecal-sys = { version = "0.1.0", path = "../rustecal-sys" }
8+
rustecal-core = { version = "0.1.0", path = "../rustecal-core" }
99
thiserror = "1.0"
10-
serde = { version = "1.0", optional = true }
1110

1211
[features]
1312
default = []
14-
serde-support = ["serde"]

0 commit comments

Comments
 (0)