Skip to content

Commit

Permalink
[rust] Bump binary version built by Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Aug 18, 2023
1 parent 1104c8f commit 4eeed64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rust/BUILD.bazel
Expand Up @@ -73,6 +73,7 @@ rust_binary(
name = "selenium-manager",
srcs = ["src/main.rs"],
edition = "2021",
version = "0.4.12",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "selenium-manager"
version = "0.4.12"
version = "0.4.12" # don't forget to update rust/BUILD.bazel
edition = "2021"
authors = ["Selenium <selenium-developers@googlegroups.com"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4eeed64

Please sign in to comment.