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" ]