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 1104c8f commit 4eeed64Copy full SHA for 4eeed64
rust/BUILD.bazel
@@ -73,6 +73,7 @@ rust_binary(
73
name = "selenium-manager",
74
srcs = ["src/main.rs"],
75
edition = "2021",
76
+ version = "0.4.12",
77
visibility = ["//visibility:public"],
78
deps = [
79
":selenium_manager",
rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "selenium-manager"
3
-version = "0.4.12"
+version = "0.4.12" # don't forget to update rust/BUILD.bazel
4
edition = "2021"
5
authors = ["Selenium <selenium-developers@googlegroups.com"]
6
license = "Apache-2.0"
0 commit comments