Skip to content

Commit 92d3ca3

Browse files
diemolsandeepsuryaprasad
authored andcommitted
[rust] Bumping to 0.4.29-nightly (SeleniumHQ#15126)
1 parent 0424980 commit 92d3ca3

File tree

4 files changed

+13
-76
lines changed

4 files changed

+13
-76
lines changed

rust/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rust_binary(
7777
name = "selenium-manager",
7878
srcs = ["src/main.rs"],
7979
edition = "2021",
80-
version = "0.4.28-nightly",
80+
version = "0.4.29-nightly",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

+10-73
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "87f471e3241881a49b45fd55d0a4e812b38e0ee58bf72dfbc091df4f5fe87ef5",
2+
"checksum": "7cafa1024c14fe343d60d434da00caf40cc5f74a656d1ffb146147861837045b",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -2039,79 +2039,16 @@
20392039
"id": "jobserver 0.1.31",
20402040
"target": "jobserver"
20412041
},
2042+
{
2043+
"id": "libc 0.2.168",
2044+
"target": "libc"
2045+
},
20422046
{
20432047
"id": "shlex 1.3.0",
20442048
"target": "shlex"
20452049
}
20462050
],
2047-
"selects": {
2048-
"aarch64-apple-darwin": [
2049-
{
2050-
"id": "libc 0.2.168",
2051-
"target": "libc"
2052-
}
2053-
],
2054-
"aarch64-unknown-linux-gnu": [
2055-
{
2056-
"id": "libc 0.2.168",
2057-
"target": "libc"
2058-
}
2059-
],
2060-
"aarch64-unknown-nixos-gnu": [
2061-
{
2062-
"id": "libc 0.2.168",
2063-
"target": "libc"
2064-
}
2065-
],
2066-
"arm-unknown-linux-gnueabi": [
2067-
{
2068-
"id": "libc 0.2.168",
2069-
"target": "libc"
2070-
}
2071-
],
2072-
"i686-unknown-linux-gnu": [
2073-
{
2074-
"id": "libc 0.2.168",
2075-
"target": "libc"
2076-
}
2077-
],
2078-
"powerpc-unknown-linux-gnu": [
2079-
{
2080-
"id": "libc 0.2.168",
2081-
"target": "libc"
2082-
}
2083-
],
2084-
"s390x-unknown-linux-gnu": [
2085-
{
2086-
"id": "libc 0.2.168",
2087-
"target": "libc"
2088-
}
2089-
],
2090-
"x86_64-apple-darwin": [
2091-
{
2092-
"id": "libc 0.2.168",
2093-
"target": "libc"
2094-
}
2095-
],
2096-
"x86_64-unknown-freebsd": [
2097-
{
2098-
"id": "libc 0.2.168",
2099-
"target": "libc"
2100-
}
2101-
],
2102-
"x86_64-unknown-linux-gnu": [
2103-
{
2104-
"id": "libc 0.2.168",
2105-
"target": "libc"
2106-
}
2107-
],
2108-
"x86_64-unknown-nixos-gnu": [
2109-
{
2110-
"id": "libc 0.2.168",
2111-
"target": "libc"
2112-
}
2113-
]
2114-
}
2051+
"selects": {}
21152052
},
21162053
"edition": "2018",
21172054
"version": "1.1.30"
@@ -13204,9 +13141,9 @@
1320413141
],
1320513142
"license_file": "LICENSE"
1320613143
},
13207-
"selenium-manager 0.4.28-nightly": {
13144+
"selenium-manager 0.4.29-nightly": {
1320813145
"name": "selenium-manager",
13209-
"version": "0.4.28-nightly",
13146+
"version": "0.4.29-nightly",
1321013147
"package_url": "https://github.com/SeleniumHQ/selenium",
1321113148
"repository": null,
1321213149
"targets": [
@@ -13355,7 +13292,7 @@
1335513292
"selects": {}
1335613293
},
1335713294
"edition": "2021",
13358-
"version": "0.4.28-nightly"
13295+
"version": "0.4.29-nightly"
1335913296
},
1336013297
"license": "Apache-2.0",
1336113298
"license_ids": [
@@ -21478,7 +21415,7 @@
2147821415
},
2147921416
"binary_crates": [],
2148021417
"workspace_members": {
21481-
"selenium-manager 0.4.28-nightly": "rust"
21418+
"selenium-manager 0.4.29-nightly": "rust"
2148221419
},
2148321420
"conditions": {
2148421421
"aarch64-apple-darwin": [

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selenium-manager"
3-
version = "0.4.28-nightly" # don't forget to update rust/BUILD.bazel
3+
version = "0.4.29-nightly" # don't forget to update rust/BUILD.bazel
44
edition = "2021"
55
authors = ["Selenium <[email protected]"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)