Skip to content

Commit

Permalink
feat!: set minimal required Rust version of 1.62.
Browse files Browse the repository at this point in the history
This version is motivated only when compiling on windows (but we can't differentiate that)
due to the recent addition of `CommandExt::raw_arg()`.

This might be a breaking change as previously there was no minimal supported Rust version.
  • Loading branch information
Byron committed Mar 10, 2023
1 parent e4856ac commit 0cd6f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "Open a path or URL using the program configured on the system"
repository = "https://github.com/Byron/open-rs"
keywords = ["open", "xdg-open", "start", "launch"]
include = ["src/**/*", "LICENSE.md", "README.md", "changelog.md"]
rust-version = "1.62"

[[bin]]
test = false
Expand Down

0 comments on commit 0cd6f98

Please sign in to comment.