summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2023-07-26 08:54:15 +0200
committerDavid Peter <david.peter@bosch.com>2023-07-26 08:54:15 +0200
commit5981fc87250ed4fe4d95c5c9dc8bc8c8e92e309c (patch)
tree01058c0dd7ce5e0667aed546a78789bb16f8c2d4
parentf4515b0f14795b4c5c1bcfe9854eb9e461708ca3 (diff)
Bump MSRV to 1.66v0.13.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d3a7f07..df70dbf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/sharkdp/hexyl"
version = "0.13.1"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
anyhow = "1.0"