Skip to content

Commit

Permalink
[rust] Bumping to 0.4.29-nightly (#15126)
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored Jan 21, 2025
1 parent 10119a9 commit fd2014d
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.28-nightly",
version = "0.4.29-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": "87f471e3241881a49b45fd55d0a4e812b38e0ee58bf72dfbc091df4f5fe87ef5",
"checksum": "7cafa1024c14fe343d60d434da00caf40cc5f74a656d1ffb146147861837045b",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -2039,79 +2039,16 @@
"id": "jobserver 0.1.31",
"target": "jobserver"
},
{
"id": "libc 0.2.168",
"target": "libc"
},
{
"id": "shlex 1.3.0",
"target": "shlex"
}
],
"selects": {
"aarch64-apple-darwin": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"aarch64-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"aarch64-unknown-nixos-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"arm-unknown-linux-gnueabi": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"i686-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"powerpc-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"s390x-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-apple-darwin": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-unknown-freebsd": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-unknown-linux-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
],
"x86_64-unknown-nixos-gnu": [
{
"id": "libc 0.2.168",
"target": "libc"
}
]
}
"selects": {}
},
"edition": "2018",
"version": "1.1.30"
Expand Down Expand Up @@ -13204,9 +13141,9 @@
],
"license_file": "LICENSE"
},
"selenium-manager 0.4.28-nightly": {
"selenium-manager 0.4.29-nightly": {
"name": "selenium-manager",
"version": "0.4.28-nightly",
"version": "0.4.29-nightly",
"package_url": "https://github.com/SeleniumHQ/selenium",
"repository": null,
"targets": [
Expand Down Expand Up @@ -13355,7 +13292,7 @@
"selects": {}
},
"edition": "2021",
"version": "0.4.28-nightly"
"version": "0.4.29-nightly"
},
"license": "Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -21478,7 +21415,7 @@
},
"binary_crates": [],
"workspace_members": {
"selenium-manager 0.4.28-nightly": "rust"
"selenium-manager 0.4.29-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.28-nightly" # don't forget to update rust/BUILD.bazel
version = "0.4.29-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 fd2014d

Please sign in to comment.