summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-04-21 00:07:34 -0400
committerGitHub <noreply@github.com>2023-04-21 00:07:34 -0400
commit3618449d42f4cc5b667d8a9730b5e6fbe43d7dfb (patch)
treeeed612e863ac4762396e5b4204f358aa40cc5210 /build.rs
parent3a0cf1624748ce55efbfe1757ff63ffc6ec9f24f (diff)
deps: update clap to 4.x (#1107)
* deps: update clap to 4.x * changelog * fix test * add gpu feature/flag test
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 7b5c0161..f704ab38 100644
--- a/build.rs
+++ b/build.rs
@@ -88,7 +88,7 @@ fn nightly_version() {
println!("cargo:rerun-if-env-changed=CIRRUS_CHANGE_IN_REPO");
}
-fn main() -> Result<()> {
+fn main() -> io::Result<()> {
btm_generate()?;
nightly_version();