Skip to content

Commit

Permalink
[rust] mark pre-release versions as nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 28, 2023
1 parent 49e941d commit 55ea572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.17",
version = "0.4.17.nightly",
visibility = ["//visibility:public"],
deps = [
":selenium_manager",
Expand Down
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.17" # don't forget to update rust/BUILD.bazel
version = "0.4.17.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 55ea572

Please sign in to comment.