File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ if [[ "$BUILD_TYPE" == "nightly" ]]; then
42
42
sed -i ' ' " s/${VERSION} /${NEXT_VERSION} /g" " Rakefile"
43
43
sed -i ' ' " s/${VERSION} .0/${NEXT_VERSION} .0-SNAPSHOT/g" " java/version.bzl"
44
44
sed -i ' ' " s/${VERSION} .0/${NEXT_VERSION} .0.nightly/g" " rb/lib/selenium/webdriver/version.rb"
45
+ sed -i ' ' " s/0.${VERSION} /0.${NEXT_VERSION} /g" " rust/BUILD.bazel"
46
+ sed -i ' ' " s/0.${VERSION} /0.${NEXT_VERSION} /g" " rust/Cargo.Bazel.lock"
47
+ sed -i ' ' " s/0.${VERSION} /0.${NEXT_VERSION} /g" " rust/Cargo.lock"
48
+ sed -i ' ' " s/0.${VERSION} /0.${NEXT_VERSION} /g" " rust/Cargo.toml"
45
49
else
46
50
for file in " ${FILES_TO_UPDATE[@]} " ; do
47
51
if [[ -f $file ]]; then
58
62
pushd javascript/node/selenium-webdriver
59
63
npm install
60
64
popd
65
+
66
+ pushd rust
67
+ bundle CARGO_BAZEL_REPIN=true bazel sync --only=crates
68
+ popd
You can’t perform that action at this time.
0 commit comments