(cargo-release) version 0.5.0

This commit is contained in:
Armin 2021-08-22 19:28:05 +02:00
parent b2436b8c0a
commit bf70def6bc

View file

@ -1,6 +1,6 @@
[package] [package]
name = "grid" name = "grid"
version = "0.4.1-alpha.0" version = "0.5.0"
authors = ["Armin Becher <armin.becher@gmai.com>"] authors = ["Armin Becher <armin.becher@gmai.com>"]
edition = "2018" edition = "2018"
description = "Dynamic generic 2D data structure." description = "Dynamic generic 2D data structure."
@ -31,4 +31,4 @@ harness = false
[features] [features]
default = [ "std" ] # Default to using the std default = [ "std" ] # Default to using the std
std = [ "no-std-compat/std" ] std = [ "no-std-compat/std" ]