chiark / gitweb /
bump versions for publication of 0.0.1
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 22 Aug 2021 19:53:38 +0000 (20:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 22 Aug 2021 19:53:38 +0000 (20:53 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
macros/Cargo.toml

index 54575e5a66e92ca5d31ad53ea81b7500d333702f..477438317adb1752f35c3a64e99d610d21589c99 100644 (file)
@@ -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):
index 7bf497b67865fe65fd694ea84bf53632f03a026e..455b9008dc5a0427b95336010985bbf9065de20d 100644 (file)
@@ -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"