Skip to content

Commit

Permalink
feat: Change template to ratatui v0.25 (ratatui-org#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Dec 31, 2023
1 parent 59b3fc9 commit 5789e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion async/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion async/template/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 5789e5c

Please sign in to comment.