Explicitly select beta.2 of clap, since beta.5 isn't compiling for me

This commit is contained in:
Tony Garnock-Jones 2021-11-12 13:35:37 +01:00
parent 2ff489d975
commit b7c9efc3a1
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-tools"
version = "2.2.0"
version = "2.2.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Command-line utilities for working with Preserves documents."
@ -13,5 +13,6 @@ preserves = { path = "../preserves", version = "^2.2.0"}
preserves-path = { path = "../preserves-path", version = "^2.2.0"}
bytes = "1.0"
clap = "3.0.0-beta.2"
clap_generate = "3.0.0-beta.2"
clap = "=3.0.0-beta.2"
clap_generate = "=3.0.0-beta.2"
clap_derive = "=3.0.0-beta.2"