From cd64eb5e648c7c441857b6cff879832f65421f60 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Sun, 28 May 2023 18:39:54 +0200 Subject: [PATCH] meta: Bump rust version to v1.64 --- .github/workflows/test.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a19ca9..94276a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - x86_64-pc-windows-msvc - x86_64-apple-darwin - wasm32-wasi - toolchain: [stable, nightly, 1.62] + toolchain: [stable, nightly, 1.64] include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest diff --git a/Cargo.toml b/Cargo.toml index ac08429..eeb8b40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/comfy-table/" license = "MIT" keywords = ["terminal", "table", "unicode"] readme = "README.md" -rust-version = "1.62" +rust-version = "1.64" edition = "2021" [badges]