Skip to content

Commit

Permalink
chore(playback): select needed features only
Browse files Browse the repository at this point in the history
  • Loading branch information
snylonue committed Aug 3, 2024
1 parent f3795d7 commit 54eed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anni-playback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow.workspace = true
once_cell.workspace = true
audiopus = { git = "https://github.com/ProjectAnni/audiopus" }
log.workspace = true
anni-provider = { version = "0.3.1", path = "../anni-provider" }
anni-provider = { version = "0.3.1", path = "../anni-provider", default-features = false, features = ["priority"] }
anni-common = { version = "0.2", path = "../anni-common" }

[dev-dependencies]
Expand Down

0 comments on commit 54eed2c

Please sign in to comment.