summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen <mail@dbrgn.ch>2024-02-11 15:20:11 +0100
committerGitHub <noreply@github.com>2024-02-11 15:20:11 +0100
commit2e731d7d17b33f917b58587eacf552c44c54e80d (patch)
tree1bad6a6b37036389a8b19b39ef1259303007a7a6
parentd04e671c46434813a22d26b9f2f5adb166eaf31b (diff)
Bump MSRV to 1.64 (#352)
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7bb9bf4..017a390 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
- toolchain: [stable, 1.62.1]
+ toolchain: [stable, 1.64.0]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
diff --git a/Cargo.toml b/Cargo.toml
index 2953457..5f9d019 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/dbrgn/tealdeer/"
documentation = "https://dbrgn.github.io/tealdeer/"
version = "1.6.1"
include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "completion/*"]
-rust-version = "1.62"
+rust-version = "1.64"
edition = "2021"
[[bin]]