mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 17:28:12 +00:00
* docs: document crypto RC version dependencies Add comment explaining why aes-gcm and chacha20poly1305 use RC versions and the migration path when stable versions are released. Refs #732 * fix: remove all backlog links from code and comments
This commit is contained in:
@@ -36,7 +36,6 @@ rustfs-io-metrics = { workspace = true }
|
||||
|
||||
# Enable tokio's io_uring-based runtime backend on Linux.
|
||||
# Note: this is a tokio runtime feature, not application-level io_uring usage.
|
||||
# See https://github.com/rustfs/backlog/issues/733
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
tokio = { workspace = true, features = ["io-uring"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user