Skip to content

Commit

Permalink
Bump MSRV due to tinyvec dep, replace unmantained action
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Sep 13, 2024
1 parent c8011eb commit 4d86994
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install msrv toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.36
override: true
uses: dtolnay/rust-toolchain@1.44.0
- name: Build
run: cargo build --verbose --all-features
regen:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.36.0
- 1.44.0
- stable
- nightly
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
"""

rust-version = "1.36"
rust-version = "1.44"

edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Unicode character composition and decomposition utilities
as described in
[Unicode Standard Annex #15](http://www.unicode.org/reports/tr15/).

This crate requires Rust 1.36+.
This crate requires Rust 1.44+.

```rust
extern crate unicode_normalization;
Expand Down

0 comments on commit 4d86994

Please sign in to comment.