Skip to content

Commit cb0a43d

Browse files
committed
update MSRV
1 parent 2380c02 commit cb0a43d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- macos-latest
6767
- windows-latest
6868
toolchain:
69-
- "1.60"
69+
- "1.68"
7070
features:
7171
-
7272
- --no-default-features

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- macos-latest
8484
- windows-latest
8585
toolchain:
86-
- "1.60"
86+
- "1.68"
8787
features:
8888
-
8989
- --no-default-features

enum-ordinalize-derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "enum-ordinalize-derive"
3-
version = "4.3.1"
3+
version = "4.3.2"
44
edition = "2021"
5-
rust-version = "1.60"
5+
rust-version = "1.68"
66
repository = "https://github.com/magiclen/enum-ordinalize"
77
homepage = "https://magiclen.org/enum-ordinalize"
88
keywords = ["enum", "ordinal", "ordinalize", "number"]

enum-ordinalize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "enum-ordinalize"
33
version = "4.3.1"
44
edition = "2021"
5-
rust-version = "1.60"
5+
rust-version = "1.68"
66
repository = "https://github.com/magiclen/enum-ordinalize"
77
homepage = "https://magiclen.org/enum-ordinalize"
88
keywords = ["enum", "ordinal", "ordinalize", "number"]

0 commit comments

Comments
 (0)