Skip to content

Commit 953643c

Browse files
committed
Update deps and version to 1.0.2
1 parent a182c5c commit 953643c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

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

66
[dependencies]
7-
clap = { version = "4.5.21", features = ["wrap_help"] }
8-
rpgmad-lib = { version = "1.0.1", features = ["rayon"] }
7+
clap = { version = "4.5.35", features = ["wrap_help", "derive"] }
8+
clap_derive = "4.5.32"
9+
rpgmad-lib = { version = "1.0.2", features = ["rayon"] }

0 commit comments

Comments
 (0)