Skip to content

Commit bc8e2ce

Browse files
committed
post PR metadata update and release preparation
1 parent e62893c commit bc8e2ce

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

22
# Change Log
33

4-
## Version 1.13.0 (pending)
4+
## Version 1.12.1 (25.05.2024)
5+
6+
- Reduced minimal rust version to 1.71.1
57

68
## Version 1.12.0 (27.03.2024)
79

CONTRIBUTORS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
Names sorted alphabetically by github nickname.
77
Contributions ordered by PR number.
88

9-
## Ben Schulz @benschulz
9+
## Ben Schulz @benschulz
1010

1111
- [Relax lifetime constraints on mapped_ref and mapped_mut](https://github.com/rustonaut/vec1/pull/30)
1212

13+
## dahlbaek @dahlbaek
14+
15+
- [Reduce rust-version to 1.71.1](https://github.com/rustonaut/vec1/pull/34)
16+
1317
## eignnx @eignnx
1418

1519
- [mention serde support in README](https://github.com/rustonaut/vec1/pull/16)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "1.13.0"
2+
version = "1.12.1"
33
authors = ["Philipp Korber <[email protected]>"]
44
categories = ["data-structures"]
55
description = "a std Vec wrapper assuring that it has at least 1 element"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.74"
2+
channel = "1.71.1"

0 commit comments

Comments
 (0)