mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-21 00:00:12 +02:00
Migrate CI to GitHub Actions (#392)
This commit is contained in:
+2
-4
@@ -25,12 +25,10 @@ default = ["std"]
|
||||
std = []
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
|
||||
serde = { version = "1.0.60", optional = true, default-features = false, features = ["alloc"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1.0"
|
||||
|
||||
# loom is currently not compiling on windows.
|
||||
# See: https://github.com/Xudong-Huang/generator-rs/issues/19
|
||||
[target.'cfg(not(windows))'.dev-dependencies]
|
||||
[target.'cfg(loom)'.dependencies]
|
||||
loom = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user