From 35592c9aa9665e1d9f554b589614fe59308a5f25 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 26 Feb 2024 08:15:38 +0100 Subject: [PATCH] chore!: update to `winnow` 0.6 This upgrade is breaking enough and slipped through the radar the last time, leading to a now-yanked release that breaks `gix` v0.58. --- gix-actor/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gix-actor/Cargo.toml b/gix-actor/Cargo.toml index e550b091ad8..d82e2b35f39 100644 --- a/gix-actor/Cargo.toml +++ b/gix-actor/Cargo.toml @@ -12,6 +12,7 @@ rust-version = "1.65" [lib] doctest = false + [features] ## Data structures implement `serde::Serialize` and `serde::Deserialize`. serde = ["dep:serde", "bstr/serde", "gix-date/serde"]