Skip to content

Commit 216590b

Browse files
authored
Merge pull request #9 from Teajey/version-0.6.1
dep: custard_lib resolution
2 parents a6772a5 + 893daf6 commit 216590b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ members = ["crates/*"]
44

55
[workspace.package]
66
version = "0.6.0"
7+
8+
[workspace.dependencies]
9+
custard_lib = { path = "./crates/lib", version = "0.6.0" }

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/Teajey/custard"
1010
anyhow = "1.0.75"
1111
camino = "1.1.6"
1212
axum = "0.6.20"
13-
custard_lib = { path = "../lib" }
13+
custard_lib = { workspace = true }
1414
notify = "5.2.0"
1515
serde = { version = "1.0.188", features = ["serde_derive"] }
1616
serde_json = "1.0.107"

crates/sock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/Teajey/custard"
99
[dependencies]
1010
anyhow = "1.0.75"
1111
camino = "1.1.6"
12-
custard_lib = { path = "../lib" }
12+
custard_lib = { workspace = true }
1313
notify = "5.2.0"
1414
rmp-serde = "1.3.0"
1515
serde = { version = "1.0.188", features = ["serde_derive"] }

0 commit comments

Comments
 (0)