We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be92007 commit e9a8badCopy full SHA for e9a8bad
ci/env.sh
@@ -2,7 +2,7 @@
2
3
ZEPHYR_RUST="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/.."
4
RUST_VERSION="$( rustc --version | awk '{print $2}' )"
5
-ZEPHYR_VERSION=${ZEPHYR_VERSION:-2.4.0}
+ZEPHYR_VERSION=${ZEPHYR_VERSION:-3.7.0}
6
# Set CONTAINER_REGISTRY to something like "zephyr-rust:" to use local images
7
CONTAINER_REGISTRY=${CONTAINER_REGISTRY:-ghcr.io/tylerwhall/zephyr-rust:zephyr-rust-}
8
0 commit comments