Skip to content

Commit 440d45f

Browse files
committed
home: reduce MSRV to 1.64
1 parent bde42f1 commit 440d45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/home/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "home"
33
version = "0.5.10"
44
authors = ["Brian Anderson <[email protected]>"]
5-
rust-version = "1.70.0" # MSRV:3
5+
rust-version = "1.64.0" # MSRV:3
66
documentation = "https://docs.rs/home"
77
edition.workspace = true
88
include = [

0 commit comments

Comments
 (0)