Skip to content

Commit 4b19df6

Browse files
committed
Final updates for devtools publishing
1 parent 99d03e5 commit 4b19df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osc-devtools/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ categories = ["development-tools"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
osc-ir = { version = "0.1.0-alpha.1", features = ["alloc", "serde"] }
17-
osc-codec-json = { version = "0.1.0-alpha.1" }
18-
osc-codec-msgpack = { version = "0.1.0-alpha.1" }
16+
osc-ir = { version = "0.1.0-alpha.1", path = "../osc-ir", features = ["alloc", "serde"] }
17+
osc-codec-json = { version = "0.1.0-alpha.1", path = "../osc-codec-json" }
18+
osc-codec-msgpack = { version = "0.1.0-alpha.1", path = "../osc-codec-msgpack" }
1919
clap = { workspace = true }
2020
anyhow = "1"

0 commit comments

Comments
 (0)