Skip to content

Commit 4eeed64

Browse files
committed
[rust] Bump binary version built by Bazel
1 parent 1104c8f commit 4eeed64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ rust_binary(
7373
name = "selenium-manager",
7474
srcs = ["src/main.rs"],
7575
edition = "2021",
76+
version = "0.4.12",
7677
visibility = ["//visibility:public"],
7778
deps = [
7879
":selenium_manager",

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.12"
3+
version = "0.4.12" # don't forget to update rust/BUILD.bazel
44
edition = "2021"
55
authors = ["Selenium <selenium-developers@googlegroups.com"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)