From bf70def6bc96e6c72f44205ffa9b4a28fe2954e6 Mon Sep 17 00:00:00 2001 From: Armin Date: Sun, 22 Aug 2021 19:28:05 +0200 Subject: [PATCH] (cargo-release) version 0.5.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 445bcd3..2ae9374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid" -version = "0.4.1-alpha.0" +version = "0.5.0" authors = ["Armin Becher "] edition = "2018" description = "Dynamic generic 2D data structure." @@ -31,4 +31,4 @@ harness = false [features] default = [ "std" ] # Default to using the std -std = [ "no-std-compat/std" ] \ No newline at end of file +std = [ "no-std-compat/std" ]