Migrate CI to GitHub Actions (#392)

This commit is contained in:
Taiki Endo
2020-05-25 01:41:45 +09:00
committed by GitHub
parent e9877e7a3d
commit 64fe7e10ab
13 changed files with 210 additions and 299 deletions
+2 -4
View File
@@ -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"