-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: MSRV 1.83 because of [9ed5b8a] via D67693714. [9ed5b8a]: 9ed5b8a Reviewed By: bigfootjon Differential Revision: D68104241 fbshipit-source-id: 78bf5cbf0145adf952294d00e2fb97f5eb8b60cb
- Loading branch information
1 parent
51c8b72
commit 2bfc50e
Showing
3 changed files
with
8 additions
and
4 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
|
||
[package] | ||
name = "dotslash" | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
authors = ["Michael Bolin <[email protected]>", "Andres Suarez <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.75" | ||
rust-version = "1.83" | ||
description = "Command-line tool to facilitate fetching an executable, caching it, and then running it." | ||
readme = "README.md" | ||
homepage = "https://dotslash-cli.com" | ||
|