Skip to content

Commit

Permalink
Bumped controller version
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Mar 13, 2024
1 parent 6094788 commit 627cc39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "controller"
version = "0.4.1"
version = "0.4.2"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -30,7 +30,7 @@ windows = { version = "0.48.0", features = [

chrono = "0.4.26"
rand = "0.8.5"
libloading = "0.7.4" # Same version as used by ash
libloading = "0.7.4" # Same version as used by ash
utils-state = { version = "0.1.0", path = "../utils/state" }
url = "2.5.0"
tokio = { version = "1.36.0", features = ["full"] }
Expand Down

0 comments on commit 627cc39

Please sign in to comment.