Skip to content

Commit 8028e35

Browse files
committed
fix(release): drop path from openproteo-core workspace dep for CI publish
1 parent fb761be commit 8028e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["parser-implementations", "science"]
1515

1616
[workspace.dependencies]
1717
opentimstdf = { path = "crates/opentimstdf" }
18-
openproteo-core = { path = "../OpenProteoCore", version = "0.1.0" }
18+
openproteo-core = "0.1.0"
1919
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38"] }
2020

2121
[workspace.lints.rust]

0 commit comments

Comments
 (0)