Skip to content

Commit

Permalink
chore: upgrade version of anni-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Jul 28, 2024
1 parent a5591b4 commit 72a8bd6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ repository = "https://github.com/ProjectAnni/anni"
license = "Apache-2.0"

[workspace.dependencies]
anni-common = { version = "0.2.0", path = "./anni-common" }

log = "0.4"
uuid = { version = "1", features = ["v4"] }
reqwest = { version = "0.11.15", features = [
Expand All @@ -42,4 +44,4 @@ axum = "0.7.3"

# Remove this patch after https://github.com/mackwic/colored/pull/119 was merged
colored = { git = "https://github.com/ProjectAnni/colored", branch = "master" }
cpal = { git = "https://github.com/sidit77/cpal.git", branch = "master" }
cpal = { git = "https://github.com/sidit77/cpal.git", branch = "master" }
2 changes: 1 addition & 1 deletion anni-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anni-google-drive3 = { version = "0.1.0", path = "../third_party/google-drive3",
anni-repo = { version = "0.4.1", path = "../anni-repo", features = [
"db-read",
], optional = true }
anni-common = { version = "0.1.4", path = "../anni-common" }
anni-common.workspace = true

thiserror.workspace = true
log.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion anni-repo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde.workspace = true
serde_json = { workspace = true, optional = true }
regex = "1"
thiserror.workspace = true
anni-common = { version = "0.1.4", path = "../anni-common", default-features = false }
anni-common.workspace = true
uuid = { workspace = true, features = ["serde"] }
log.workspace = true
once_cell.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion anni-split/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true
license.workspace = true

[dependencies]
anni-common = { path = "../anni-common" }
anni-common.workspace = true

thiserror.workspace = true
log.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion anni-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anni-repo = { version = "0.4.1", path = "../anni-repo", features = [
"flac",
"apply",
] }
anni-common = { version = "0.1.4", path = "../anni-common" }
anni-common.workspace = true
anni-flac = { version = "0.2.2", path = "../anni-flac" }

uuid.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion anni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json.workspace = true
toml.workspace = true
directories-next = "2.0.0"

anni-common = { path = "../anni-common", features = ["tarsh"] }
anni-common = { path = "../anni-common", features = ["trash"] }
anni-flac = { path = "../anni-flac" }
anni-split = { path = "../anni-split" }
anni-repo = { path = "../anni-repo", features = [
Expand Down

0 comments on commit 72a8bd6

Please sign in to comment.