Skip to content

Commit 998666d

Browse files
committed
Update MSRV to 1.74, to match what our deps actually require
We actually already required much higher than 1.56 on master, (some dependency updates effectively bumped it, but weren't accounted for)
1 parent 428ef11 commit 998666d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "armerge"
33
version = "2.2.0"
44
authors = ["tux3 <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.56"
6+
rust-version = "1.74"
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
repository = "https://github.com/tux3/armerge/"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![crates.io](https://img.shields.io/crates/v/armerge.svg)](https://crates.io/crates/armerge)
44
[![Apache 2 licensed](https://img.shields.io/badge/license-Apache%202-blue)](./LICENSE)
5-
![MSRV](https://img.shields.io/badge/MSRV-1.56-informational)
5+
![MSRV](https://img.shields.io/badge/MSRV-1.74-informational)
66
[![CI](https://github.com/tux3/armerge/workflows/CI/badge.svg)](https://github.com/tux3/armerge/actions?query=workflow%3ACI)
77

88
You can use armerge to combine multiple static libraries into a single merged `ar` archive.

0 commit comments

Comments
 (0)