-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from utkarshgupta137/master
bump windows-sys, switch to SHGetKnownFolderPath, bump to edition 2021, raise MSRV to 1.70.0
- Loading branch information
Showing
5 changed files
with
53 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[package] | ||
name = "etcetera" | ||
version = "0.8.0" | ||
categories = ["config"] | ||
description = "An unopinionated library for obtaining configuration, data, cache, & other directories" | ||
documentation = "https://docs.rs/etcetera" | ||
edition = "2018" | ||
edition = "2021" | ||
homepage = "/~https://github.com/lunacookies/etcetera" | ||
keywords = ["xdg", "dirs", "directories", "basedir", "path"] | ||
license = "MIT OR Apache-2.0" | ||
name = "etcetera" | ||
readme = "README.md" | ||
repository = "/~https://github.com/lunacookies/etcetera" | ||
rust-version = "1.54.0" | ||
version = "0.8.0" | ||
rust-version = "1.70.0" | ||
description = "An unopinionated library for obtaining configuration, data, cache, & other directories" | ||
|
||
[dependencies] | ||
cfg-if = "1" | ||
home = "0.5" | ||
home = ">=0.5,<0.5.11" | ||
|
||
# We should keep this in sync with the `home` crate. | ||
[target.'cfg(windows)'.dependencies] | ||
windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_UI_Shell"] } | ||
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_System_Com", "Win32_UI_Shell"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters