diff --git a/async/template/Cargo.toml b/async/template/Cargo.toml index 69ea61b..aaec4d4 100644 --- a/async/template/Cargo.toml +++ b/async/template/Cargo.toml @@ -23,7 +23,7 @@ lazy_static = "1.4.0" libc = "0.2.148" log = "0.4.20" pretty_assertions = "1.4.0" -ratatui = { version = "0.24.0", features = ["serde", "macros"] } +ratatui = { version = "0.25.0", features = ["serde", "macros"] } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" diff --git a/async/template/build.rs b/async/template/build.rs index 69582c2..cf1aa0e 100644 --- a/async/template/build.rs +++ b/async/template/build.rs @@ -42,5 +42,5 @@ fn main() { } } - println!("cargo:rustc-env=_GIT_INFO={}", git_describe); + println!("cargo:rustc-env=_GIT_INFO={}", git_describe); // used in ./src/utils.rs }