Skip to content

Commit

Permalink
msrv: bump to Rust 1.70
Browse files Browse the repository at this point in the history
We also set `rust-version` in `Cargo.toml`.
  • Loading branch information
BurntSushi committed Jul 7, 2023
1 parent 19bc4e8 commit b566a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
include:
- build: pinned
os: ubuntu-latest
rust: 1.62.0
rust: 1.70.0
- build: stable
os: ubuntu-latest
rust: stable
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo build --all --verbose
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
Expand Down
3 changes: 2 additions & 1 deletion ucd-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ repository = "https://github.com/BurntSushi/ucd-generate"
readme = "README.md"
keywords = ["unicode", "database", "character", "property"]
license = "MIT OR Apache-2.0"
edition = "2018"
edition = "2021"
rust-version = "1.70"

[dependencies]
regex-lite = "0.1.0"

0 comments on commit b566a70

Please sign in to comment.