Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/cua-driver/scripts/_install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ done
# the baked line hasn't been updated yet (dev / pre-release checkouts).
#
# ~~~ BAKED_VERSION: auto-updated by CD workflow after each release — do not edit ~~~
CUA_DRIVER_RS_BAKED_VERSION="0.3.3"
CUA_DRIVER_RS_BAKED_VERSION="0.3.4"
# ~~~ END_BAKED_VERSION ~~~

if [[ -n "${CUA_DRIVER_RS_VERSION:-}" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion libs/cua-driver/scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $BinaryName = "cua-driver.exe"
# where the baked line hasn't been updated yet.
#
# ~~~ BAKED_VERSION: auto-updated by CD workflow after each release — do not edit ~~~
$Script:CuaDriverRsBakedVersion = "0.3.3"
$Script:CuaDriverRsBakedVersion = "0.3.4"
# ~~~ END_BAKED_VERSION ~~~

# ---------- Path resolution ------------------------------------------------
Expand Down
Loading