Skip to content

Commit 63e209c

Browse files
GPHemsleyemilio
authored andcommitted
Bump MSRV to 1.56
Closes #315
1 parent 3e6b3d4 commit 63e209c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- nightly
1717
- beta
1818
- stable
19-
- 1.40.0
19+
- 1.56.0
2020
features:
2121
-
2222
- --features dummy_match_byte

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ keywords = ["css", "syntax", "parser"]
1111
license = "MPL-2.0"
1212
build = "build.rs"
1313
edition = "2018"
14+
rust-version = "1.56"
1415

1516
exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
1617

0 commit comments

Comments
 (0)