Compare commits
3 Commits
92a937cb3e
...
475e6444af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
475e6444af | ||
|
1301daf7fb
|
|||
| f54c4d4c2c |
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.8] - 2025-11-15
|
||||
|
||||
### Other
|
||||
- update mad
|
||||
|
||||
## [0.0.7] - 2025-11-15
|
||||
|
||||
### Other
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -39,7 +39,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
||||
|
||||
[[package]]
|
||||
name = "drop-queue"
|
||||
version = "0.0.6"
|
||||
version = "0.0.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.7"
|
||||
version = "0.0.8"
|
||||
|
||||
[workspace.dependencies]
|
||||
drop-queue = { path = "crates/drop-queue" }
|
||||
|
||||
@@ -16,7 +16,7 @@ tracing.workspace = true
|
||||
|
||||
async-trait = { version = "0.1" }
|
||||
|
||||
notmad = { version = "0.9.0", optional = true }
|
||||
notmad = { version = "0.10.0", optional = true }
|
||||
tokio-util = { version = "0.7", optional = true }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user