From a08b589e8420f21df324a069a7ac2a620d4bab38 Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Wed, 24 Jan 2024 19:46:33 +0000 Subject: [PATCH] Set release version 0.2.0 [skip ci] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c2d205..bf91792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base64_type" -version = "0.1.2-pre.1" +version = "0.2.0" description = "Simple Rust type wrapper for Vec that uses base64 for serialization" authors = ["IronCore Labs "] categories = ["rust-patterns"]