From 8be717167ed77f5a1021fa0825b386674c5c1a39 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 21 Mar 2025 19:35:36 +0100 Subject: chore(treewide): Migrate to rust edition 2024 Even though the diff in the libmpv2 crate is quite big, it really only added `unsafe` blocks to the `unsafe` functions. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4eea60a..303b545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,9 +20,9 @@ members = [ ] [workspace.package] -edition = "2021" +edition = "2024" version = "1.5.0" -rust-version = "1.80.0" +rust-version = "1.85.0" authors = ["Benedikt Peetz "] repository = "https://git.vhack.eu/soispha/clients/yt" license = "GPL-3.0-or-later" -- cgit 1.4.1