1
0
mirror of https://github.com/actix/actix-website synced 2025-08-22 13:55:09 +02:00

Update actix-web minimum Rust version (#117)

This commit is contained in:
Yuki Okushi
2019-10-10 00:30:22 +09:00
committed by GitHub
parent f217edf478
commit b1d2fd8fa1

View File

@@ -17,5 +17,5 @@ baseURL = "https://actix.rs"
[params] [params]
actixVersion = "0.7" actixVersion = "0.7"
actixWebVersion = "1.0" actixWebVersion = "1.0"
actixWebMinRustVersion = "1.34" actixWebMinRustVersion = "1.36"
actixMinRustVersion = "1.31" actixMinRustVersion = "1.31"