Skip to content

Commit

Permalink
[rust] Bump Selenium Manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Dec 11, 2024
1 parent f697509 commit 71db187
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 76 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.24",
version = "0.4.28-nightly",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
83 changes: 10 additions & 73 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "0e8299f5a76cfec7030579fd20069b2debeacc1752e14c4a3b169492b2f18ed4",
"checksum": "a71400894da97517539319ac686345d4b4077556a472caa34f172363765b06d5",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -2034,79 +2034,16 @@
"id": "jobserver 0.1.31",
"target": "jobserver"
},
{
"id": "libc 0.2.160",
"target": "libc"
},
{
"id": "shlex 1.3.0",
"target": "shlex"
}
],
"selects": {
"aarch64-apple-darwin": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"aarch64-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"aarch64-unknown-nixos-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"arm-unknown-linux-gnueabi": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"i686-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"powerpc-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"s390x-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-apple-darwin": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-unknown-freebsd": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-unknown-nixos-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
]
}
"selects": {}
},
"edition": "2018",
"version": "1.1.30"
Expand Down Expand Up @@ -14109,9 +14046,9 @@
],
"license_file": "LICENSE"
},
"selenium-manager 0.4.24": {
"selenium-manager 0.4.28-nightly": {
"name": "selenium-manager",
"version": "0.4.24",
"version": "0.4.28-nightly",
"package_url": "https://github.com/SeleniumHQ/selenium",
"repository": null,
"targets": [
Expand Down Expand Up @@ -14252,7 +14189,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.24"
"version": "0.4.28-nightly"
},
"license": "Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -22218,7 +22155,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.24": "rust"
"selenium-manager 0.4.28-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.24" # don't forget to update rust/BUILD.bazel
version = "0.4.28-nightly" # don't forget to update rust/BUILD.bazel
edition = "2021"
authors = ["Selenium <[email protected]"]
license = "Apache-2.0"
Expand Down

0 comments on commit 71db187

Please sign in to comment.