File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ if [ "$CHECK" == "1" ]; then
129129 check_file_version " $BASEDIR /Cargo.toml" " $TOML_VERSION_PATTERN " " $TOML_VERSION "
130130 if [ " $? " -eq " 1" ]; then exit 1; fi
131131
132- CARGO_LOCK_PROJECTS=" controller akri-shared agent controller webhook-configuration udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
132+ CARGO_LOCK_PROJECTS=" controller akri-shared agent controller webhook-configuration akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
133133 CARGO_LOCK_VERSION=" \" $( echo $VERSION ) \" "
134134 for CARGO_LOCK_PROJECT in $CARGO_LOCK_PROJECTS
135135 do
You can’t perform that action at this time.
0 commit comments