Skip to content

Commit 6510577

Browse files
author
Test User
committed
fix(haystack_jmap): add version requirements for publish
Cargo publish requires all dependencies to have version requirements. Added version.workspace = true to haystack_core and version = 1.0.0 to terraphim_types dependencies.
1 parent 9a9a2c4 commit 6510577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/haystack_jmap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition.workspace = true
55
license = "MIT"
66

77
[dependencies]
8-
haystack_core = { path = "../haystack_core" }
9-
terraphim_types = { path = "../terraphim_types" }
8+
haystack_core = { path = "../haystack_core", version.workspace = true }
9+
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }
1010
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
1111

1212
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)