From 031cd6884c925741112277529153870f69594c81 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Aug 2024 21:00:03 +0200 Subject: [PATCH] fix!: major-version bump to accomodate for the type-change in `gix-date`. This should have happened automatically, but didn't, so the previous patch release broke the world (but was yanked). Now everything needs to be re-released. --- gix-actor/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/gix-actor/Cargo.toml b/gix-actor/Cargo.toml index 78f100db2ae..1e113fc6157 100644 --- a/gix-actor/Cargo.toml +++ b/gix-actor/Cargo.toml @@ -12,7 +12,6 @@ rust-version = "1.65" [lib] doctest = false - [features] ## Data structures implement `serde::Serialize` and `serde::Deserialize`. serde = ["dep:serde", "bstr/serde", "gix-date/serde"]