Skip to content

Commit 7131512

Browse files
authored
Change MSRV to 1.70 (#18)
1 parent 3b806ba commit 7131512

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
rust:
25-
- 1.65.0 # MSRV
25+
- 1.70.0 # MSRV
2626
- stable
2727
- nightly
2828
steps:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
edition = "2021"
55

66
# Update README and CI settings, accordingly.
7-
rust-version = "1.65"
7+
rust-version = "1.70"
88

99
authors = [
1010
"Koichi Akabe <[email protected]>",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/trie-match)](https://crates.io/crates/trie-match)
44
[![Documentation](https://docs.rs/trie-match/badge.svg)](https://docs.rs/trie-match)
5-
[![Rust](https://img.shields.io/badge/rust-1.65%2B-blue.svg?maxAge=3600)](https://github.com/daac-tools/trie-match)
5+
[![Rust](https://img.shields.io/badge/rust-1.70%2B-blue.svg?maxAge=3600)](https://github.com/daac-tools/trie-match)
66
[![Build Status](https://github.com/daac-tools/trie-match/actions/workflows/rust.yml/badge.svg)](https://github.com/daac-tools/trie-match/actions)
77
[![Slack](https://img.shields.io/badge/join-chat-brightgreen?logo=slack)](https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA)
88

0 commit comments

Comments
 (0)