Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Nov 16, 2024
1 parent ebe3495 commit 419814e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 22 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions lact-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[package]
name = "lact-cli"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[dependencies]
lact-client = { path = "../lact-client" }
lact-schema = { path = "../lact-schema", features = ["args"] }
anyhow = "1.0.79"
tokio = { workspace = true, features = [
"rt",
] }
tokio = { workspace = true, features = ["rt"] }
7 changes: 2 additions & 5 deletions lact-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-client"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[dependencies]
Expand All @@ -11,9 +11,6 @@ anyhow = { workspace = true }
tracing = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = [
"net",
"sync",
] }
tokio = { workspace = true, features = ["net", "sync"] }
futures = { workspace = true }
nix = { workspace = true }
2 changes: 1 addition & 1 deletion lact-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-daemon"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lact-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-gui"
version = "0.6.0"
version = "0.6.1"
authors = ["Ilya Zlobintsev <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lact-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact-schema"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lact/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lact"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact-headless/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.6.0
version: 0.6.1
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact-libadwaita/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.6.0
version: 0.6.1
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.6.0
version: 0.6.1
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
Expand Down

0 comments on commit 419814e

Please sign in to comment.