From 1f885d066bdb2ed9d39475d2eb0dcffea453870a Mon Sep 17 00:00:00 2001 From: Diggory Blake Date: Fri, 4 Aug 2023 00:57:37 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a0174b..5a34093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aerosol" -version = "1.0.0-alpha.5" +version = "1.0.0-alpha.6" authors = ["Diggory Blake "] edition = "2018" description = "Simple dependency injection for Rust"