From: Ian Jackson Date: Mon, 12 Dec 2022 19:32:14 +0000 (+0000) Subject: cargo: Fix some errors in the lockfile X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=9fa1d018c2276c7d7e16319e25f7a5f517581b68;p=hippotat.git 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 --- 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",