Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ members = [
resolver = "2"

[workspace.package]
# IpAddr::to_canonical is stable since 1.75
rust-version = "1.75"
# required by zbus 5
rust-version = "1.81"
edition = "2021"
6 changes: 6 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 2 11:29:46 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Upgrade rustc dependency to version 1.81 because it is needed by
zbus 5 (gh#agama-project/agama#1797).

-------------------------------------------------------------------
Sun Dec 1 21:53:21 UTC 2024 - David Diaz <dgonzalez@suse.com>

Expand Down