From 1dd907f720c4c6ad494a12926268b312f546cfbc Mon Sep 17 00:00:00 2001 From: Benedikt Terhechte Date: Thu, 13 Jan 2022 16:20:46 +0100 Subject: [PATCH] Updated version number --- Cargo.lock | 2 +- postsack-native/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45df1b6..9818a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1737,7 +1737,7 @@ dependencies = [ [[package]] name = "postsack" -version = "1.0.1" +version = "1.0.2" dependencies = [ "ps-core", "ps-database", diff --git a/postsack-native/Cargo.toml b/postsack-native/Cargo.toml index b328e90..766951a 100644 --- a/postsack-native/Cargo.toml +++ b/postsack-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postsack" -version = "1.0.1" +version = "1.0.2" edition = "2021" description = "Provides a high level visual overview of swaths of email"