Skip to content

Commit

Permalink
[rust] Bump Selenium Manager version to 0.4.13 (#12768)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Sep 18, 2023
1 parent 741e9f6 commit 43c4a11
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.12",
version = "0.4.13",
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": "1f16f4cfa433faeb0bd8242b382da4d71e41405dc8a07363d8c1f410ee0d651e",
"checksum": "24231be79f3b3f23c29c0093148f7183cb564cd13ac0fe297c6e5efe9e6311a8",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down Expand Up @@ -7720,9 +7720,9 @@
},
"license": "Apache-2.0/ISC/MIT"
},
"selenium-manager 0.4.12": {
"selenium-manager 0.4.13": {
"name": "selenium-manager",
"version": "0.4.12",
"version": "0.4.13",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -7839,7 +7839,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.12"
"version": "0.4.13"
},
"license": "Apache-2.0"
},
Expand Down Expand Up @@ -12652,7 +12652,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.12": "rust"
"selenium-manager 0.4.13": "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.12" # don't forget to update rust/BUILD.bazel
version = "0.4.13" # 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 43c4a11

Please sign in to comment.