We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a521bd2 commit 61df28fCopy full SHA for 61df28f
1 file changed
Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "array-concat"
3
-version = "0.5.3"
+version = "0.5.4"
4
authors = ["inspier <devdevin541@gmail.com>"]
5
edition = "2018"
6
description = "Macros for concatenating const arrays."
7
repository = "https://github.com/inspier/array-concat"
8
license = "MIT"
9
-keywords = ["array", "concat"]
+keywords = ["array", "concat", "split"]
10
categories = ["data-structures", "no-std"]
11
readme = "README.md"
12
0 commit comments