Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jul 11, 2021
1 parent 3489998 commit c3e9cb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
@@ -1,7 +1,7 @@
name: CICD

env:
MIN_SUPPORTED_RUST_VERSION: "1.39.0"
MIN_SUPPORTED_RUST_VERSION: "1.40.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"

on:
Expand Down
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -122,7 +122,7 @@ or Windows Terminal since Windows 10 1903).

### Via cargo

If you have Rust 1.39 or higher, you can install `hexyl` from source via `cargo`:
If you have Rust 1.40 or higher, you can install `hexyl` from source via `cargo`:
```
cargo install hexyl
```
Expand Down

0 comments on commit c3e9cb9

Please sign in to comment.