From 2857a02744765a55830efc6b6f4a606ecb3b6762 Mon Sep 17 00:00:00 2001 From: brnrs Date: Wed, 29 Apr 2020 22:21:42 +0200 Subject: [PATCH] badcontext v0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68afe68..94bee1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "badcontext" -version = "0.1.0-SNAPSHOT" +version = "0.1.0" authors = ["brnrs "] edition = "2018" description = "A small crate for creating Context structs that contain application components"