Skip to content

Commit

Permalink
[rust] Bump Selenium Manager to version 0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Sep 27, 2023
1 parent dd5f973 commit 9a6947e
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
Expand Up @@ -77,7 +77,7 @@ rust_binary(
name = "selenium-manager",
srcs = ["src/main.rs"],
edition = "2021",
version = "0.4.13",
version = "0.4.14",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
10 changes: 5 additions & 5 deletions rust/Cargo.Bazel.lock
@@ -1,5 +1,5 @@
{
"checksum": "437c56863604d3ef83e56701f4a5d8948553a0c963b7c970716fceabcc75ec10",
"checksum": "495be0038fd3bd2826baeb0433f22c042c1b03eeeb117631135bc6339799addf",
"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.13": {
"selenium-manager 0.4.14": {
"name": "selenium-manager",
"version": "0.4.13",
"version": "0.4.14",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -7839,7 +7839,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.13"
"version": "0.4.14"
},
"license": "Apache-2.0"
},
Expand Down Expand Up @@ -12652,7 +12652,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.13": "rust"
"selenium-manager 0.4.14": "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
@@ -1,6 +1,6 @@
[package]
name = "selenium-manager"
version = "0.4.13" # don't forget to update rust/BUILD.bazel
version = "0.4.14" # 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 9a6947e

Please sign in to comment.