@@ -42,20 +42,20 @@ license = "MIT"
4242[workspace .dependencies ]
4343clap_usage = { path = " ./clap_usage" , version = " 5.0.0" }
4444usage-cli = { path = " ./cli" }
45- usage-argv = { path = " ./argv" , version = " 6.4.0 " }
46- usage-config = { path = " ./config" , version = " 6.4.0 " }
47- usage-derive = { path = " ./derive" , version = " 6.4.0 " }
45+ usage-argv = { path = " ./argv" , version = " 6.4.1 " }
46+ usage-config = { path = " ./config" , version = " 6.4.1 " }
47+ usage-derive = { path = " ./derive" , version = " 6.4.1 " }
4848# No features, and defaults off. A feature named here is inherited by every member that writes
4949# `workspace = true` and inlines into their published manifests — so `clap` and `validation`
5050# reached members that use neither, one of them an adopter's build script. Defaults
5151# are off rather than absent because cargo *ignores* a member's `default-features = false` unless
5252# the workspace declaration sets it too, and warns that it may become a hard error. Members name
5353# what they need, `docs` included.
54- usage-lib = { path = " ./lib" , version = " 6.4.0 " , default-features = false }
55- usage-rs = { path = " ./usage-rs" , version = " 6.4.0 " }
56- usage-dynamic = { path = " ./usage-dynamic" , version = " 6.4.0 " }
57- usage-test = { path = " ./test" , version = " 6.4.0 " }
58- usage-validation = { path = " ./validation" , version = " 6.4.0 " }
54+ usage-lib = { path = " ./lib" , version = " 6.4.1 " , default-features = false }
55+ usage-rs = { path = " ./usage-rs" , version = " 6.4.1 " }
56+ usage-dynamic = { path = " ./usage-dynamic" , version = " 6.4.1 " }
57+ usage-test = { path = " ./test" , version = " 6.4.1 " }
58+ usage-validation = { path = " ./validation" , version = " 6.4.1 " }
5959
6060[workspace .metadata .release ]
6161allow-branch = [" main" ]
0 commit comments