This commit is contained in:
bluss
2019-09-25 15:13:50 +02:00
parent 70a9ad67af
commit ea591bc2de
+2 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "arrayvec" name = "arrayvec"
version = "0.4.11" version = "0.5.0"
authors = ["bluss"] authors = ["bluss"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
edition = "2018" edition = "2018"
@@ -46,3 +46,4 @@ features = ["serde"]
[package.metadata.release] [package.metadata.release]
no-dev-version = true no-dev-version = true
tag-name = "{{version}}"