From: Ian Jackson Date: Sun, 22 Aug 2021 19:53:38 +0000 (+0100) Subject: bump versions for publication of 0.0.1 X-Git-Tag: hippotat/1.0.0~88 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=4616445f91c2a1d15f22b52239e2e92f901d2463;p=hippotat.git bump versions for publication of 0.0.1 Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 54575e5..4774383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "0.0.0" +version = "0.0.1" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" @@ -23,7 +23,7 @@ path="server/server.rs" [dependencies] -hippotat-macros = { path = "macros" } +hippotat-macros = { version = "0.0.1", path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 7bf497b..455b900 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "0.0.0" +version = "0.0.1" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"