From e627e3b9a2d80b94c565c67fd5b947851a7246cf Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sat, 10 Feb 2024 20:24:34 +0100 Subject: [PATCH] Update ratatui to match ansi-to-tui's version --- .gitea/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 209e952..4ed284e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: '1.73.0' + toolchain: '1.76.0' components: rustfmt override: true @@ -55,7 +55,7 @@ jobs: rust: - nightly - beta - - '1.73.0' + - '1.76.0' features: - '' diff --git a/Cargo.toml b/Cargo.toml index 544c0d1..79c17f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ matrix-sdk-ui = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev ansi-to-tui = "3.1.0" chrono = "0.4.31" crossterm = { version = "0.27.0", features = ["serde", "event-stream"] } -ratatui = { version = "0.24.0", features = ["serde", "macros"] } +ratatui = { version = "0.26.0", features = ["serde", "macros"] } strip-ansi-escapes = "0.2.0" tui-textarea = "0.3.0" unicode-width = "0.1" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8142c30..624eb0e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.73.0" +channel = "1.76.0"