summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-05-22 22:26:57 +0200
committerDavid Peter <mail@david-peter.de>2022-05-22 22:26:59 +0200
commit49484fa0f0720586fbaed9efde6d98777d5349a5 (patch)
tree65cfd9a4376bb4d301c306e68546d3b6bf919a06
parent3661b06b60021371281a0ca01451de0eb6787f9c (diff)
Bump MSRVv0.10.0
-rw-r--r--.github/workflows/CICD.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 39d61d9..410b70b 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -1,7 +1,7 @@
name: CICD
env:
- MIN_SUPPORTED_RUST_VERSION: "1.50.0"
+ MIN_SUPPORTED_RUST_VERSION: "1.56.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on:
diff --git a/README.md b/README.md
index 8d343e6..8d33529 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ or Windows Terminal since Windows 10 1903).
### Via cargo
-If you have Rust 1.46 or higher, you can install `hexyl` from source via `cargo`:
+If you have Rust 1.56 or higher, you can install `hexyl` from source via `cargo`:
```
cargo install hexyl
```