Skip to content

Commit 0366370

Browse files
committed
Add rpgmad-lib to dependencies, update version to 1.0.1
1 parent f5c5573 commit 0366370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "rpgmad"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55

66
[dependencies]
77
clap = { version = "4.5.21", features = ["wrap_help"] }
8-
rayon = "1.10.0"
8+
rpgmad-lib = { version = "1.0.1", features = ["rayon"] }

0 commit comments

Comments
 (0)