Skip to content

Commit 72ed97a

Browse files
committed
fix: set MSRV to 1.70
it was basically that version already according to lib.rs
1 parent dbd916c commit 72ed97a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## next
4+
5+
- set MSRV to `1.70`
6+
37
## 0.1.0
48

59
- replace `structopt` with `clap`

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ authors = [
1717
"hasezoey <[email protected]>",
1818
]
1919
edition = "2021"
20+
rust-version = "1.70"
2021

2122
[features]
2223
default = ["tsync", "backtrace", "derive-queryablebyname"]

0 commit comments

Comments
 (0)