Skip to content

Commit a0ecd79

Browse files
committed
update MSRV
1 parent 33b4023 commit a0ecd79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- macos-latest
6565
- windows-latest
6666
toolchain:
67-
- "1.70"
67+
- "1.82"
6868
features:
6969
-
7070
- --features u128

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- macos-latest
8181
- windows-latest
8282
toolchain:
83-
- "1.70"
83+
- "1.82"
8484
features:
8585
-
8686
- --features u128

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "byte-unit"
33
version = "5.2.0"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
6-
rust-version = "1.70"
6+
rust-version = "1.82"
77
repository = "https://github.com/magiclen/byte-unit"
88
homepage = "https://magiclen.org/byte-unit"
99
keywords = ["byte", "unit", "kb", "mb", "gb"]

0 commit comments

Comments
 (0)