Skip to content

Commit

Permalink
update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 25, 2023
1 parent 895d5fd commit e444b6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- "1.70"
- "1.60"
features:
-
- --features u128
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- "1.70"
- "1.60"
features:
-
- --features u128
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "byte-unit"
version = "5.0.0-beta.1"
authors = ["Magic Len <[email protected]>"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.60"
repository = "https://github.com/magiclen/byte-unit"
homepage = "https://magiclen.org/byte-unit"
keywords = ["byte", "unit", "kb", "mb", "gb"]
Expand Down

0 comments on commit e444b6d

Please sign in to comment.