diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d2ce142e3b..862bf98219 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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" diff --git a/rust/package/agama.changes b/rust/package/agama.changes index fac5353fd2..7a3ed81ef5 100644 --- a/rust/package/agama.changes +++ b/rust/package/agama.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 2 11:29:46 UTC 2024 - Imobach Gonzalez Sosa + +- 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