Skip to content

Commit

Permalink
[rust] Bump Selenium Manager version to 0.4.19-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Mar 14, 2024
1 parent 2b8fa0c commit a3811c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust_binary(
name = "selenium-manager",
srcs = ["src/main.rs"],
edition = "2021",
version = "0.4.18",
version = "0.4.19-nightly",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "selenium-manager"
version = "0.4.18" # don't forget to update rust/BUILD.bazel
version = "0.4.19-nightly" # don't forget to update rust/BUILD.bazel
edition = "2021"
authors = ["Selenium <[email protected]"]
license = "Apache-2.0"
Expand Down

0 comments on commit a3811c4

Please sign in to comment.