From 676d5435c5d7b4fa9c9a708de7222afbb0221641 Mon Sep 17 00:00:00 2001 From: chmoder Date: Sat, 30 Jan 2021 14:43:11 -0600 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96c6ad6..26eac80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "data_vault" -version = "0.3.1" +version = "0.3.3" authors = ["tcross "] edition = "2018" documentation = "https://docs.rs/data_vault"