Skip to content

Commit

Permalink
⬇️ all: Reduce rust-version to 1.80
Browse files Browse the repository at this point in the history
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
ids1024 authored and zeenix committed Oct 29, 2024
1 parent 1be1bf6 commit 13b95ec
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion zbus_names/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion zbus_xml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion zbus_xmlgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion zvariant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion zvariant_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 13b95ec

Please sign in to comment.