Skip to content

Commit

Permalink
require version 1.60 of Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 30, 2024
1 parent b8a8915 commit 7bb27a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.58.0
- uses: dtolnay/rust-toolchain@1.60.0
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default flags: `tags-all`.

## Usage

Requires Rust version >= `1.58.0`.
Requires Rust version >= `1.60.0`.

Add dependency to Cargo.toml:

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Default flags: `tags-all`.
## Usage
Requires Rust version >= `1.58.0`.
Requires Rust version >= `1.60.0`.
Add dependency to Cargo.toml:
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default flags: `tags-all`.

## Usage

Requires Rust version >= `1.58.0`.
Requires Rust version >= `1.60.0`.

Add dependency to Cargo.toml:

Expand Down

0 comments on commit 7bb27a9

Please sign in to comment.