From 0f264bed0e4ea6e75a993dcb0eab8cad5c702182 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Fri, 20 May 2022 19:29:21 +0200 Subject: [PATCH] Update api version --- api/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 2c0b50e..3584279 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "api" -version = "0.3.1" +version = "0.3.2" edition = "2021" build = "build.rs" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +publish = false [features] generated = [] @@ -17,4 +16,4 @@ capnpc = "0.14.4" [build-dependencies] capnpc = "0.14.4" # Used in build.rs to iterate over all files in schema/ -walkdir = "2.3.2" +walkdir = "2.3.2" \ No newline at end of file