Skip to content

Commit 71e8584

Browse files
committed
Rollback change of version in Rust
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent f2a209c commit 71e8584

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

rust/BUILD.bazel

Lines changed: 1 addition & 1 deletion
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.29",
80+
version = "0.4.29-nightly",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "9c5df13665bbb4442be9c8674c176e8324d597425d8da1f20e952cea268d6168",
2+
"checksum": "dd0b1d61473c324a69e9446829245d736b5cf37dfd115cacf1169662fa518d3e",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -13204,9 +13204,9 @@
1320413204
],
1320513205
"license_file": "LICENSE"
1320613206
},
13207-
"selenium-manager 0.4.29": {
13207+
"selenium-manager 0.4.29-nightly": {
1320813208
"name": "selenium-manager",
13209-
"version": "0.4.29",
13209+
"version": "0.4.29-nightly",
1321013210
"package_url": "https://github.com/SeleniumHQ/selenium",
1321113211
"repository": null,
1321213212
"targets": [
@@ -13355,7 +13355,7 @@
1335513355
"selects": {}
1335613356
},
1335713357
"edition": "2021",
13358-
"version": "0.4.29"
13358+
"version": "0.4.29-nightly"
1335913359
},
1336013360
"license": "Apache-2.0",
1336113361
"license_ids": [
@@ -21478,7 +21478,7 @@
2147821478
},
2147921479
"binary_crates": [],
2148021480
"workspace_members": {
21481-
"selenium-manager 0.4.29": "rust"
21481+
"selenium-manager 0.4.29-nightly": "rust"
2148221482
},
2148321483
"conditions": {
2148421484
"aarch64-apple-darwin": [

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selenium-manager"
3-
version = "0.4.29" # 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)