Skip to content

Commit 13b9ee2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)