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]