Procházet zdrojové kódy

Update msrv to 1.56 to keep up with serde-derive (#827)

Valentin Gosu před 3 roky
rodič
revize
1006cf54dd
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 3 3
      .github/workflows/main.yml
  2. 1 1
      url/Cargo.toml

+ 3 - 3
.github/workflows/main.yml

@@ -13,12 +13,12 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        rust: [1.51.0, stable, beta, nightly]
+        rust: [1.56.0, stable, beta, nightly]
         exclude:
           - os: macos-latest
-            rust: 1.51.0
+            rust: 1.56.0
           - os: windows-latest
-            rust: 1.51.0
+            rust: 1.56.0
           - os: macos-latest
             rust: beta
           - os: windows-latest

+ 1 - 1
url/Cargo.toml

@@ -14,7 +14,7 @@ categories = ["parser-implementations", "web-programming", "encoding"]
 license = "MIT OR Apache-2.0"
 include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
 edition = "2018"
-rust-version = "1.51"
+rust-version = "1.56"
 
 [badges]
 travis-ci = { repository = "servo/rust-url" }