Skip to content

Commit 1006cf5

Browse files
authored
Update msrv to 1.56 to keep up with serde-derive (servo#827)
1 parent c6299f9 commit 1006cf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
rust: [1.51.0, stable, beta, nightly]
16+
rust: [1.56.0, stable, beta, nightly]
1717
exclude:
1818
- os: macos-latest
19-
rust: 1.51.0
19+
rust: 1.56.0
2020
- os: windows-latest
21-
rust: 1.51.0
21+
rust: 1.56.0
2222
- os: macos-latest
2323
rust: beta
2424
- os: windows-latest

url/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["parser-implementations", "web-programming", "encoding"]
1414
license = "MIT OR Apache-2.0"
1515
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
1616
edition = "2018"
17-
rust-version = "1.51"
17+
rust-version = "1.56"
1818

1919
[badges]
2020
travis-ci = { repository = "servo/rust-url" }

0 commit comments

Comments
 (0)