Skip to content

Commit 94e9765

Browse files
committed
chore: Update from '_rust/main'
2 parents 14e1e19 + 5e3b324 commit 94e9765

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

'

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

6666
Licensed 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

7171
at your option.
7272

0 commit comments

Comments
 (0)