forked from dbus2/zbus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require a slightly older and slightly more universally available Rust release. Rust 1.81 doesn't seem to have many features that zbus would likely need. Fixes dbus2#1107.
- Loading branch information
Showing
8 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "zbus" | |
version = "5.0.1" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.80" | ||
|
||
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.81" | ||
rust-version = "1.80" | ||
|
||
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.0.0" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.80" | ||
|
||
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.0" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.80" | ||
|
||
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.81" | ||
rust-version = "1.80" | ||
|
||
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.0.1" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.80" | ||
|
||
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.0.1" | ||
authors = ["Zeeshan Ali Khan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.80" | ||
|
||
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.81" | ||
rust-version = "1.80" | ||
|
||
description = "Various utilities used internally by the zvariant crate." | ||
repository = "https://github.com/dbus2/zbus/" | ||
|