Skip to content

Commit ffbedea

Browse files
committed
[rust] Setting nightly version to get release script working
1 parent 3e457dd commit ffbedea

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

rust/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rust_binary(
7777
name = "selenium-manager",
7878
srcs = ["src/main.rs"],
7979
edition = "2021",
80-
version = "0.4.20",
80+
version = "0.4.21-nightly",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "236c787306939616fc3995c5b41c41d92e9451a611a78fcf617fa0a12cafbfa3",
2+
"checksum": "2f7c3f35f4299e58cd1e9b9db2b4fdd7d6dd0a5b8a05cf2376ec8805e6a0a87e",
33
"crates": {
44
"addr2line 0.19.0": {
55
"name": "addr2line",
@@ -12083,9 +12083,9 @@
1208312083
],
1208412084
"license_file": "LICENSE"
1208512085
},
12086-
"selenium-manager 0.4.20": {
12086+
"selenium-manager 0.4.21-nightly": {
1208712087
"name": "selenium-manager",
12088-
"version": "0.4.20",
12088+
"version": "0.4.21-nightly",
1208912089
"package_url": "https://github.com/SeleniumHQ/selenium",
1209012090
"repository": null,
1209112091
"targets": [
@@ -12218,7 +12218,7 @@
1221812218
"selects": {}
1221912219
},
1222012220
"edition": "2021",
12221-
"version": "0.4.20"
12221+
"version": "0.4.21-nightly"
1222212222
},
1222312223
"license": "Apache-2.0",
1222412224
"license_ids": [
@@ -19277,7 +19277,7 @@
1927719277
},
1927819278
"binary_crates": [],
1927919279
"workspace_members": {
19280-
"selenium-manager 0.4.20": "rust"
19280+
"selenium-manager 0.4.21-nightly": "rust"
1928119281
},
1928219282
"conditions": {
1928319283
"aarch64-apple-darwin": [

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selenium-manager"
3-
version = "0.4.20" # don't forget to update rust/BUILD.bazel
3+
version = "0.4.21-nightly" # don't forget to update rust/BUILD.bazel
44
edition = "2021"
55
authors = ["Selenium <[email protected]"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)