Prep 6.0.5 version

This commit is contained in:
Luke D. Jones
2024-05-10 12:44:46 +12:00
parent b970d364f7
commit ccf8d8df91
2 changed files with 42 additions and 42 deletions

View File

@@ -1,3 +1,14 @@
[workspace.package]
version = "6.0.5"
rust-version = "1.77"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]
repository = "https://gitlab.com/asus-linux/asusctl"
homepage = "https://gitlab.com/asus-linux/asusctl"
description = "Laptop feature control for ASUS ROG laptops and others"
edition = "2021"
[workspace]
members = [
"asusctl",
@@ -24,17 +35,6 @@ default-members = [
]
resolver = "2"
[workspace.package]
version = "6.0.4"
rust-version = "1.77"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]
repository = "https://gitlab.com/asus-linux/asusctl"
homepage = "https://gitlab.com/asus-linux/asusctl"
description = "Laptop feature control for ASUS ROG laptops and others"
edition = "2021"
[workspace.dependencies]
tokio = { version = "^1.36.0", default-features = false, features = [
"macros",