Skip to content

Commit 61df28f

Browse files
authored
array-concat: Bumped version to 0.5.4.
1 parent a521bd2 commit 61df28f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "array-concat"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["inspier <devdevin541@gmail.com>"]
55
edition = "2018"
66
description = "Macros for concatenating const arrays."
77
repository = "https://github.com/inspier/array-concat"
88
license = "MIT"
9-
keywords = ["array", "concat"]
9+
keywords = ["array", "concat", "split"]
1010
categories = ["data-structures", "no-std"]
1111
readme = "README.md"
1212

0 commit comments

Comments
 (0)