File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
rust :
25
- - 1.65 .0 # MSRV
25
+ - 1.70 .0 # MSRV
26
26
- stable
27
27
- nightly
28
28
steps :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.2.0"
4
4
edition = " 2021"
5
5
6
6
# Update README and CI settings, accordingly.
7
- rust-version = " 1.65 "
7
+ rust-version = " 1.70 "
8
8
9
9
authors = [
10
10
" Koichi Akabe <[email protected] >" ,
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Crates.io] ( https://img.shields.io/crates/v/trie-match )] ( https://crates.io/crates/trie-match )
4
4
[ ![ 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 )
6
6
[ ![ Build Status] ( https://github.com/daac-tools/trie-match/actions/workflows/rust.yml/badge.svg )] ( https://github.com/daac-tools/trie-match/actions )
7
7
[ ![ Slack] ( https://img.shields.io/badge/join-chat-brightgreen?logo=slack )] ( https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA )
8
8
You can’t perform that action at this time.
0 commit comments