Skip to content

Commit a908cbe

Browse files
committed
chore(build): bump MSRV and edition
1 parent 0037c43 commit a908cbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ members = [
77
resolver = "3"
88

99
[workspace.package]
10-
edition = "2021"
11-
license = "MIT"
10+
edition = "2024"
11+
license = "MIT or APACHE 2.0"
1212
repository = "https://github.com/cachebag/nmrs"
1313

1414
[workspace.lints.rust]

nmrs-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "nmrs-gui"
33
version = "1.1.0"
44
authors = ["Akrm Al-Hakimi <alhakimiakrmj@gmail.com>"]
55
edition.workspace = true
6-
rust-version = "1.85.1"
6+
rust-version = "1.93.1"
77
description = "GTK4 GUI for managing NetworkManager connections"
88
license.workspace = true
99
repository.workspace = true

nmrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "nmrs"
33
version = "2.1.0"
44
authors = ["Akrm Al-Hakimi <alhakimiakrmj@gmail.com>"]
55
edition.workspace = true
6-
rust-version = "1.85.1"
6+
rust-version = "1.93.1"
77
description = "A Rust library for NetworkManager over D-Bus"
88
license.workspace = true
99
repository.workspace = true

0 commit comments

Comments
 (0)