Skip to content

Commit

Permalink
update rust versions to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 20, 2024
1 parent 85fcd43 commit 97820d1
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.22-nightly",
version = "0.4.23-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": "3c40e6cfd677a9630e12b9d6a4e7dd126a97aaa0f3e02367c8983ff7e3353df5",
"checksum": "149bb9b0c3a9f334ef58ebb67cac35f2288de202aa1980ddfe080096bd773d7a",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -11590,9 +11590,9 @@
],
"license_file": "LICENSE"
},
"selenium-manager 0.4.22-nightly": {
"selenium-manager 0.4.23-nightly": {
"name": "selenium-manager",
"version": "0.4.22-nightly",
"version": "0.4.23-nightly",
"package_url": "https://github.com/SeleniumHQ/selenium",
"repository": null,
"targets": [
Expand Down Expand Up @@ -11729,7 +11729,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.22-nightly"
"version": "0.4.23-nightly"
},
"license": "Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -18778,7 +18778,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.22-nightly": "rust"
"selenium-manager 0.4.23-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.22-nightly" # don't forget to update rust/BUILD.bazel
version = "0.4.23-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 97820d1

Please sign in to comment.