aiken new: Try to get the latest tag of stdlib

This commit is contained in:
Ariady Putra
2023-08-17 02:19:54 +07:00
committed by Lucas
parent c95f43ae07
commit 8cf92ce8ed
5 changed files with 30 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ petgraph = "0.6.3"
pulldown-cmark = { version = "0.9.2", default-features = false }
rayon = "1.7.0"
regex = "1.7.1"
reqwest = "0.11.14"
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.94", features = ["preserve_order"] }
strip-ansi-escapes = "0.1.1"