From 7a06dc59a579cbe4789466ecc6506fc329ca1465 Mon Sep 17 00:00:00 2001 From: Emil Taylor Bye Date: Wed, 20 Sep 2023 19:49:41 +0200 Subject: [PATCH] Bump version number to rebuild documentation --- encrust-core/Cargo.toml | 2 +- encrust-macros/Cargo.toml | 2 +- encrust/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/encrust-core/Cargo.toml b/encrust-core/Cargo.toml index 6f199ce..e8156dc 100644 --- a/encrust-core/Cargo.toml +++ b/encrust-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encrust-core" -version = "0.1.0" +version = "0.1.1" authors = ["Emil Taylor Bye "] edition = "2021" license = "MIT" diff --git a/encrust-macros/Cargo.toml b/encrust-macros/Cargo.toml index 959fc46..cbb456d 100644 --- a/encrust-macros/Cargo.toml +++ b/encrust-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encrust-macros" -version = "0.1.0" +version = "0.1.1" authors = ["Emil Taylor Bye "] edition = "2021" license = "MIT" diff --git a/encrust/Cargo.toml b/encrust/Cargo.toml index 68bfe8d..a654fc8 100644 --- a/encrust/Cargo.toml +++ b/encrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encrust" -version = "0.1.0" +version = "0.1.1" authors = ["Emil Taylor Bye "] edition = "2021" license = "MIT"