-
-
Notifications
You must be signed in to change notification settings - Fork 94
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 #1201 from thomaseizinger/chore/lower-msrv
Lower MSRV via workspace configuration
- Loading branch information
Showing
9 changed files
with
11 additions
and
8 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zbus" | |
version = "5.2.0" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "API for D-Bus communication" | ||
repository = "https://github.com/dbus2/zbus/" | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ authors = [ | |
"Zeeshan Ali Khan <[email protected]>", | ||
] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "proc-macros for zbus" | ||
repository = "https://github.com/dbus2/zbus/" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zbus_names" | |
version = "4.1.0" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "A collection of D-Bus bus names types" | ||
repository = "https://github.com/dbus2/zbus/" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zbus_xml" | |
version = "5.0.1" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "API to handle D-Bus introspection XML" | ||
repository = "https://github.com/dbus2/zbus/" | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ authors = [ | |
"Zeeshan Ali Khan <[email protected]>", | ||
] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "D-Bus XML interface code generator" | ||
repository = "https://github.com/dbus2/zbus/" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zvariant" | |
version = "5.1.0" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "D-Bus & GVariant encoding & decoding" | ||
repository = "https://github.com/dbus2/zbus/" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ name = "zvariant_derive" | |
version = "5.1.0" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "D-Bus & GVariant encoding & decoding" | ||
repository = "https://github.com/dbus2/zbus/" | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = [ | |
"turbocooler <[email protected]>", | ||
] | ||
edition = "2021" | ||
rust-version = "1.80" | ||
rust-version = { workspace = true } | ||
|
||
description = "Various utilities used internally by the zvariant crate." | ||
repository = "https://github.com/dbus2/zbus/" | ||
|