Skip to content

Commit 9a57067

Browse files
committed
Bump minimum supported Rust version to 1.63.0
Trying to compile on v1.48.0 now fails with: ``` Error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.6.4/Cargo.toml` Caused by: failed to parse the `edition` key ```
1 parent 6dde6d4 commit 9a57067

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
RUST_MINVERSION: 1.48.0
6+
RUST_MINVERSION: 1.63.0
77

88
jobs:
99
test:
@@ -16,7 +16,7 @@ jobs:
1616
- stable
1717
- beta
1818
- nightly
19-
- 1.48.0
19+
- 1.63.0
2020

2121
features:
2222
- ''

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ readme = "README.md"
1111
repository = "https://github.com/fflorent/nom_locate"
1212
version = "4.2.0"
1313
edition = "2018"
14+
rust-version = "1.63.0"
1415

1516
[badges.travis-ci]
1617
repository = "fflorent/nom_locate"

0 commit comments

Comments
 (0)