mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Merge branch 'main' into main
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -25,7 +25,7 @@ default-members = [
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "6.0.0-alpha1"
|
||||
version = "6.0.0-alpha3"
|
||||
rust-version = "1.76"
|
||||
|
||||
[workspace.dependencies]
|
||||
@@ -40,8 +40,8 @@ dirs = "^4.0"
|
||||
smol = "^1.3"
|
||||
mio = "0.8.11"
|
||||
|
||||
zbus = "~4.0.1"
|
||||
logind-zbus = { version = "~4.0.0" } #, default-features = false, features = ["non_blocking"] }
|
||||
zbus = "~4.1.2"
|
||||
logind-zbus = { version = "~4.0.2" } #, default-features = false, features = ["non_blocking"] }
|
||||
|
||||
serde = "^1.0"
|
||||
serde_derive = "^1.0"
|
||||
@@ -77,11 +77,11 @@ lto = "fat"
|
||||
debug = false
|
||||
opt-level = 3
|
||||
panic = "abort"
|
||||
#codegen-units = 1
|
||||
codegen-units = 1
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
opt-level = 1
|
||||
codegen-units = 16
|
||||
|
||||
[profile.bench]
|
||||
debug = false
|
||||
|
||||
Reference in New Issue
Block a user