From 9fa1d018c2276c7d7e16319e25f7a5f517581b68 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 12 Dec 2022 19:32:14 +0000 Subject: [PATCH] cargo: Fix some errors in the lockfile Signed-off-by: Ian Jackson squash! cargo: Fix some errors in the lockfile Signed-off-by: Ian Jackson squash! cargo: Fix some errors in the lockfile Signed-off-by: Ian Jackson --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edcf686..5200572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "hippotat" -version = "0.0.1" +version = "1.0.0" dependencies = [ "backtrace", "base64", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "0.0.1" +version = "1.0.0" dependencies = [ "itertools", "proc-macro2", -- 2.30.2