From 54cb2ecf2657bec813cc95d770682aeae834b537 Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Sun, 17 Dec 2023 14:39:01 -0800 Subject: [PATCH] add cbindgen to Podman build --- podman/rustinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/podman/rustinstall.sh b/podman/rustinstall.sh index e85fe68..2036805 100755 --- a/podman/rustinstall.sh +++ b/podman/rustinstall.sh @@ -5,3 +5,4 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly cargo install --force --version 0.1.1 cargo-config cargo install --force --version 1.16.0 just +cargo install --force --version 0.26.0 cbindgen