Skip to content

Commit 2bd5fa7

Browse files
committed
prepare to crate publishing
1 parent 9b096a0 commit 2bd5fa7

File tree

4 files changed

+44
-11
lines changed

4 files changed

+44
-11
lines changed

Cargo.lock

Lines changed: 40 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

osc-adapter-osc-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ osc10 = ["dep:osc-types10", "osc-ir/osc10"]
1717
osc11 = ["dep:osc-types11", "osc-ir/osc11"]
1818

1919
[dependencies]
20-
osc-ir = { version = "0.1.0-alpha.1", path = "../osc-ir", features = ["alloc"] }
20+
osc-ir = { version = "0.1.0-alpha.1", features = ["alloc"] }
2121
# Use crates.io when available; during local dev, replace with a path override in the root Cargo.toml [patch] if needed.
2222
osc-types10 = { version = "0.1.0-alpha.2", optional = true, default-features = false }
2323
osc-types11 = { version = "0.1.0-alpha.2", optional = true, default-features = false }
2424

2525
[dev-dependencies]
26-
osc-codec-msgpack = { version = "0.1.0-alpha.1", path = "../osc-codec-msgpack" }
26+
osc-codec-msgpack = { version = "0.1.0-alpha.1" }

osc-codec-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ osc10 = ["osc-ir/osc10"]
1818
osc11 = ["osc10", "osc-ir/osc11"]
1919

2020
[dependencies]
21-
osc-ir = { version = "0.1.0-alpha.1", path = "../osc-ir", features = ["alloc"] }
21+
osc-ir = { version = "0.1.0-alpha.1", features = ["alloc"] }
2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"
2424
base64 = "0.22"

osc-codec-msgpack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["encoding"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
osc-ir = { version = "0.1.0-alpha.1", path = "../osc-ir", features = ["alloc", "serde"] }
16+
osc-ir = { version = "0.1.0-alpha.1", features = ["alloc", "serde"] }
1717
serde = { version = "1", features = ["derive"] }
1818
rmp-serde = "1"
1919

0 commit comments

Comments
 (0)