Skip to content

Commit 62ed9ca

Browse files
committed
Bump MSRV to 1.62
1 parent 898498e commit 62ed9ca

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
minrust: 1.61.0
6+
minrust: 1.62.0
77

88
jobs:
99
test:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 2 * * *'
66

77
env:
8-
minrust: 1.61.0
8+
minrust: 1.62.0
99

1010
jobs:
1111
test:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "serde-aux"
3-
version = "4.6.0"
3+
version = "4.7.0"
44
authors = ["Victor Polevoy <[email protected]>"]
55
description = "A serde crate's auxiliary library"
66
readme = "README.md"
77
license = "MIT"
88
keywords = ["serde", "serialization", "deserialization"]
99
edition = "2021"
10-
rust-version = "1.61"
10+
rust-version = "1.62"
1111
repository = "https://github.com/iddm/serde-aux"
1212
documentation = "https://docs.rs/serde-aux"
1313

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The minimal rust version the library supports:
1818
- Since `3.0.0` - rustc `1.56`.
1919
- Since `4.3.0` - rustc `1.57`.
2020
- Since `4.5.1` - rustc `1.61`.
21+
- Since `4.7.0` - rustc `1.62`.
2122

2223
## License
2324
This project is [licensed under the MIT license](https://github.com/iddm/serde-aux/blob/master/LICENSE).

0 commit comments

Comments
 (0)