File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ chore: Update from '_rust/main'
2+ # Please enter a commit message to explain why this merge is necessary,
3+ # especially if it merges an updated upstream into a topic branch.
4+ #
5+ # Lines starting with '#' will be ignored, and an empty message aborts
6+ # the commit.
Original file line number Diff line number Diff line change 5757 - name : Install Rust
5858 uses : dtolnay/rust-toolchain@stable
5959 with :
60- toolchain : 1.69.0 # MSRV
60+ toolchain : " 1.69" # MSRV
6161 - uses : Swatinem/rust-cache@v2
6262 - name : Default features
6363 run : cargo check --workspace --all-targets
@@ -119,7 +119,7 @@ jobs:
119119 - name : Install Rust
120120 uses : dtolnay/rust-toolchain@stable
121121 with :
122- toolchain : 1.69.0 # MSRV
122+ toolchain : " 1.69" # MSRV
123123 components : clippy
124124 - uses : Swatinem/rust-cache@v2
125125 - name : Install SARIF tools
Original file line number Diff line number Diff line change 55[ ![ codecov] ( https://codecov.io/gh/rust-cli/proc-exit/branch/master/graph/badge.svg )] ( https://codecov.io/gh/rust-cli/proc-exit )
66[ ![ Documentation] ( https://img.shields.io/badge/docs-master-blue.svg )] [ Documentation ]
77![ License] ( https://img.shields.io/crates/l/proc-exit.svg )
8- [ ![ Crates Status] ( https://img.shields.io/crates/v/proc-exit.svg )] ( https://crates .io/crates/proc-exit )
8+ [ ![ Crates Status] ( https://img.shields.io/crates/v/proc-exit.svg )] [ Crates .io]
99
1010## Features
1111
@@ -65,8 +65,8 @@ Some crates that fill a similar role include:
6565
6666Licensed under either of
6767
68- - Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http://www.apache.org/licenses/LICENSE-2.0 )
69- - MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http://opensource.org/licenses/MIT )
68+ * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or < http://www.apache.org/licenses/LICENSE-2.0 > )
69+ * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or < http://opensource.org/licenses/MIT > )
7070
7171at your option.
7272
You can’t perform that action at this time.
0 commit comments