mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 14:49:25 +00:00
merge fix/pools
This commit is contained in:
@@ -69,6 +69,7 @@ workers.workspace = true
|
||||
reqwest = { workspace = true }
|
||||
urlencoding = "2.1.3"
|
||||
smallvec = "1.15.0"
|
||||
shadow-rs.workspace = true
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
|
||||
@@ -81,3 +82,6 @@ winapi = "0.3.9"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user