Skip to content

Commit 0f7b8a6

Browse files
committed
Make serenity-voice-model a workspace member
1 parent 30c45be commit 0f7b8a6

File tree

17 files changed

+3
-3
lines changed

17 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition.workspace = true
1515
rust-version.workspace = true
1616

1717
[workspace]
18-
members = ["examples/*", "serenity-core"]
18+
members = ["examples/*", "serenity-core", "serenity-voice-model"]
1919

2020
[workspace.package]
2121
documentation = "https://docs.rs/serenity"
@@ -28,7 +28,7 @@ rust-version = "1.88"
2828

2929
[dependencies]
3030
# Serenity workspace crates
31-
serenity-core = { path = "./serenity-core" }
31+
serenity-core = { path = "serenity-core" }
3232

3333
# Required dependencies
3434
async-trait = "0.1.74"

serenity-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212

1313
[dependencies]
1414
# Serenity workspace crates
15-
serenity-voice-model = { version = "0.2.0", path = "../voice-model", optional = true }
15+
serenity-voice-model = { version = "0.2.0", path = "../serenity-voice-model", optional = true }
1616

1717
# Required dependencies
1818
aformat = "0.1.3"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)