Skip to content

Commit

Permalink
Bump minimum supported Rust version to 1.63.0
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
progval committed Dec 21, 2023
1 parent 6dde6d4 commit 9a57067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

env:
RUST_MINVERSION: 1.48.0
RUST_MINVERSION: 1.63.0

jobs:
test:
Expand All @@ -16,7 +16,7 @@ jobs:
- stable
- beta
- nightly
- 1.48.0
- 1.63.0

features:
- ''
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ readme = "README.md"
repository = "https://github.com/fflorent/nom_locate"
version = "4.2.0"
edition = "2018"
rust-version = "1.63.0"

[badges.travis-ci]
repository = "fflorent/nom_locate"
Expand Down

0 comments on commit 9a57067

Please sign in to comment.