Skip to content

Commit 553d6aa

Browse files
committed
Update to edition 2021.
1 parent fda9e43 commit 553d6aa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
[workspace]
2-
members = [
3-
"bluez-async",
4-
"bluez-generated",
5-
]
2+
resolver = "3"
3+
members = ["bluez-async", "bluez-generated"]

bluez-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Andrew Walbran <[email protected]>",
66
"David Laban <[email protected]>",
77
]
8-
edition = "2018"
8+
edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
description = "An async wrapper around the D-Bus interface of BlueZ (the Linux Bluetooth daemon), supporting GATT client (central) functionality."
1111
repository = "https://github.com/bluez-rs/bluez-async/"

0 commit comments

Comments
 (0)