(cargo-release) version 0.5.0
This commit is contained in:
parent
b2436b8c0a
commit
bf70def6bc
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grid"
|
||||
version = "0.4.1-alpha.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Armin Becher <armin.becher@gmai.com>"]
|
||||
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" ]
|
||||
std = [ "no-std-compat/std" ]
|
||||
|
|
Loading…
Reference in a new issue