File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ members = [
77resolver = " 3"
88
99[workspace .package ]
10- edition = " 2021 "
11- license = " MIT"
10+ edition = " 2024 "
11+ license = " MIT or APACHE 2.0 "
1212repository = " https://github.com/cachebag/nmrs"
1313
1414[workspace .lints .rust ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "nmrs-gui"
33version = " 1.1.0"
44authors = [" Akrm Al-Hakimi <alhakimiakrmj@gmail.com>" ]
55edition.workspace = true
6- rust-version = " 1.85 .1"
6+ rust-version = " 1.93 .1"
77description = " GTK4 GUI for managing NetworkManager connections"
88license.workspace = true
99repository.workspace = true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "nmrs"
33version = " 2.1.0"
44authors = [" Akrm Al-Hakimi <alhakimiakrmj@gmail.com>" ]
55edition.workspace = true
6- rust-version = " 1.85 .1"
6+ rust-version = " 1.93 .1"
77description = " A Rust library for NetworkManager over D-Bus"
88license.workspace = true
99repository.workspace = true
You can’t perform that action at this time.
0 commit comments