We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e941d commit 55ea572Copy full SHA for 55ea572
rust/BUILD.bazel
@@ -77,7 +77,7 @@ rust_binary(
77
name = "selenium-manager",
78
srcs = ["src/main.rs"],
79
edition = "2021",
80
- version = "0.4.17",
+ version = "0.4.17.nightly",
81
visibility = ["//visibility:public"],
82
deps = [
83
":selenium_manager",
rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "selenium-manager"
3
-version = "0.4.17" # don't forget to update rust/BUILD.bazel
+version = "0.4.17.nightly" # don't forget to update rust/BUILD.bazel
4
edition = "2021"
5
authors = ["Selenium <[email protected]"]
6
license = "Apache-2.0"
0 commit comments