Skip to content

Commit

Permalink
meta: Bump rust version to v1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed May 28, 2023
1 parent a56aa99 commit cd64eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cd64eb5

Please sign in to comment.