diff --git a/rust/BUILD.bazel b/rust/BUILD.bazel index a73cab95f3726..eadc61dc6d863 100644 --- a/rust/BUILD.bazel +++ b/rust/BUILD.bazel @@ -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", diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 202d60533b672..f194897d7356a 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "0e8299f5a76cfec7030579fd20069b2debeacc1752e14c4a3b169492b2f18ed4", + "checksum": "a71400894da97517539319ac686345d4b4077556a472caa34f172363765b06d5", "crates": { "addr2line 0.21.0": { "name": "addr2line", @@ -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" @@ -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": [ @@ -14252,7 +14189,7 @@ "selects": {} }, "edition": "2021", - "version": "0.4.24" + "version": "0.4.28-nightly" }, "license": "Apache-2.0", "license_ids": [ @@ -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": [ diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 2d38bee267a87..c94aa48766ff8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1880,7 +1880,7 @@ dependencies = [ [[package]] name = "selenium-manager" -version = "0.4.24" +version = "0.4.28-nightly" dependencies = [ "anyhow", "apple-flat-package", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 3106d43a81498..942e6c6d01067 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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