Skip to content

Commit

Permalink
Update msrv to 1.56 to keep up with serde-derive (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenting committed Mar 20, 2023
1 parent c6299f9 commit 1006cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1006cf5

Please sign in to comment.