From 5aac404bf2ee5147278afa2fe94d35b596c96bac Mon Sep 17 00:00:00 2001 From: Michael Sippel Date: Sat, 11 Nov 2023 18:01:26 +0100 Subject: [PATCH] Cargo.toml: update termion & rename to lib-r3vi --- nested/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nested/Cargo.toml b/nested/Cargo.toml index 6793380..7a4c7d0 100644 --- a/nested/Cargo.toml +++ b/nested/Cargo.toml @@ -5,11 +5,11 @@ name = "nested" version = "0.1.0" [dependencies] -#r3vi = { git = "https://git.exobiont.de/senvas/r3vi.git" } -r3vi = { path = "../../r3vi" } +#r3vi = { git = "https://git.exobiont.de/senvas/lib-r3vi.git" } +r3vi = { path = "../../lib-r3vi" } no_deadlocks = "*" cgmath = { version = "0.18.0", features = ["serde"] } -termion = "1.5.5" +termion = "2.0.1" vte = "0.10.1" ansi_colours = "1.0" signal-hook = "0.3.1"