From a20eab4d72f90955bb257d9ec09e92d9e9bf1557 Mon Sep 17 00:00:00 2001 From: Nathan Corbyn Date: Fri, 27 Aug 2021 15:46:01 +0100 Subject: [PATCH] Bump version --- obake/Cargo.toml | 2 +- obake_macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obake/Cargo.toml b/obake/Cargo.toml index b5d28d5..6c8c239 100644 --- a/obake/Cargo.toml +++ b/obake/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "obake" authors = ["Nathan Corbyn "] -version = "1.0.0" +version = "1.0.1" edition = "2018" license = "MIT OR Apache-2.0" description = "Versioned data-structures for Rust" diff --git a/obake_macros/Cargo.toml b/obake_macros/Cargo.toml index 4ad5ba9..7c67a4c 100644 --- a/obake_macros/Cargo.toml +++ b/obake_macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "obake_macros" authors = ["Nathan Corbyn "] -version = "1.0.0" +version = "1.0.1" edition = "2018" license = "MIT OR Apache-2.0" description = "Macros for versioned data-structures"