mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
fix(ci): Bump Rust version to 1.63.0 (#80)
This commit is contained in:
parent
66eb0e42fe
commit
73f7f16298
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
rust: ["1.59.0", "stable"]
|
||||
rust: ["1.63.0", "stable"]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
cargo_make_path: ~/.cargo/bin/cargo-make
|
||||
|
|
Loading…
Reference in a new issue