-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from odilia-app/maintanance-fixes-2405
Maintanance fixes
- Loading branch information
Showing
6 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,18 @@ | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
"atspi", | ||
"atspi-proxies", | ||
"atspi-common", | ||
"atspi-connection", | ||
] | ||
members = ["atspi", "atspi-proxies", "atspi-common", "atspi-connection"] | ||
|
||
|
||
[workspace.package] | ||
description = "AT-SPI2 protocol implementation in Rust" | ||
authors = [ | ||
"Michael Connor Buchan <[email protected]>", | ||
"Tait Hoyem <[email protected]>", | ||
"Alberto Tirla <[email protected]>", | ||
"DataTriny <[email protected]>", | ||
"Luuk van der Duim <[email protected]>" | ||
] | ||
authors = ["Michael Connor Buchan <[email protected]>", "Tait Hoyem <[email protected]>", "Alberto Tirla <[email protected]>", "DataTriny <[email protected]>", "Luuk van der Duim <[email protected]>"] | ||
rust-version = "1.75.0" | ||
|
||
[workspace.dependencies] | ||
zbus = { version = "4.0", default-features = false } | ||
zbus = { version = "4.2", default-features = false } | ||
tracing = "0.1.37" | ||
enumflags2 = "0.7.7" | ||
|
||
[profile.bench] | ||
lto = true | ||
codegen-units = 1 | ||
codegen-units = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters