Skip to content

Commit

Permalink
[rust] Setting nightly version to get release script working
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 15, 2024
1 parent 3e457dd commit ffbedea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust_binary(
name = "selenium-manager",
srcs = ["src/main.rs"],
edition = "2021",
version = "0.4.20",
version = "0.4.21-nightly",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
10 changes: 5 additions & 5 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "236c787306939616fc3995c5b41c41d92e9451a611a78fcf617fa0a12cafbfa3",
"checksum": "2f7c3f35f4299e58cd1e9b9db2b4fdd7d6dd0a5b8a05cf2376ec8805e6a0a87e",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down Expand Up @@ -12083,9 +12083,9 @@
],
"license_file": "LICENSE"
},
"selenium-manager 0.4.20": {
"selenium-manager 0.4.21-nightly": {
"name": "selenium-manager",
"version": "0.4.20",
"version": "0.4.21-nightly",
"package_url": "https://github.com/SeleniumHQ/selenium",
"repository": null,
"targets": [
Expand Down Expand Up @@ -12218,7 +12218,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.20"
"version": "0.4.21-nightly"
},
"license": "Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -19277,7 +19277,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.20": "rust"
"selenium-manager 0.4.21-nightly": "rust"
},
"conditions": {
"aarch64-apple-darwin": [
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "selenium-manager"
version = "0.4.20" # don't forget to update rust/BUILD.bazel
version = "0.4.21-nightly" # don't forget to update rust/BUILD.bazel
edition = "2021"
authors = ["Selenium <selenium-developers@googlegroups.com"]
license = "Apache-2.0"
Expand Down

0 comments on commit ffbedea

Please sign in to comment.