-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
70 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@nightly | ||
- uses: dtolnay/[email protected] | ||
- uses: dtolnay/rust-toolchain@1.79.0 | ||
- uses: dtolnay/rust-toolchain@1.82.0 | ||
- uses: Swatinem/rust-cache@v2 | ||
- name: Run tests with MSRV | ||
run: ./check-msrv.sh -v | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "yash-builtin" | |
version = "0.4.0" | ||
authors = ["WATANABE Yuki <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.82.0" | ||
description = "Implementation of the built-in utilities of yash" | ||
# documentation = "https://yash.osdn.jp/doc/" | ||
readme = "README.md" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "yash-cli" | |
version = "0.1.0" | ||
authors = ["WATANABE Yuki <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.82.0" | ||
description = "Extended POSIX shell" | ||
# documentation = "https://yash.osdn.jp/doc/" | ||
readme = "README.md" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "yash-env-test-helper" | |
version = "0.2.0" | ||
authors = ["WATANABE Yuki <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.82.0" | ||
description = "Test helper for yash-env crate" | ||
# documentation = "https://yash.osdn.jp/doc/" | ||
readme = "README.md" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "yash-env" | |
version = "0.4.0" | ||
authors = ["WATANABE Yuki <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.82.0" | ||
description = "Yash shell execution environment interface" | ||
# documentation = "https://yash.osdn.jp/doc/" | ||
readme = "README.md" | ||
|
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "yash-prompt" | |
version = "0.2.0" | ||
authors = ["WATANABE Yuki <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.82.0" | ||
description = "Command line prompt for yash shell" | ||
# documentation = "https://yash.osdn.jp/doc/" | ||
readme = "README.md" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "yash-semantics" | |
version = "0.4.0" | ||
authors = ["WATANABE Yuki <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79.0" | ||
rust-version = "1.82.0" | ||
description = "Yash shell language semantics" | ||
# documentation = "https://yash.osdn.jp/doc/" | ||
readme = "README.md" | ||
|