Skip to content

Commit a27f262

Browse files
committed
Set MSRV of home crate to 1.71
Signed-off-by: Nico Burns <[email protected]>
1 parent 80525dc commit a27f262

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/home/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "home"
3-
version = "0.5.12"
3+
version = "0.5.13"
44
authors = ["Brian Anderson <[email protected]>"]
5-
rust-version.workspace = true
5+
rust-version = "1.71"
66
documentation = "https://docs.rs/home"
77
edition.workspace = true
88
include = [

0 commit comments

Comments
 (0)