Skip to content

Commit e6bc9da

Browse files
committed
Add arrayvec and update version to 1.0.2
1 parent aac24b5 commit e6bc9da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpgmad-lib"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["savannstm <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60.0"
@@ -14,4 +14,5 @@ license-file = "LICENSE.md"
1414
rayon = ["dep:rayon"]
1515

1616
[dependencies]
17+
arrayvec = "0.7.6"
1718
rayon = { version = "1.10.0", optional = true }

0 commit comments

Comments
 (0)