1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 12:04:38 +01:00

Pin exact version of enum_variant_type

This commit is contained in:
Peter Glotfelty 2021-05-15 01:00:52 +00:00 committed by GitHub
parent ca60910df0
commit 3386914c10

View File

@ -8,7 +8,7 @@ authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
strum = { path = "../strum", features = ["derive"] }
strum_macros = { path = "../strum_macros", features = [] }
clap = "2.33.0"
enum_variant_type = "0.2.0"
enum_variant_type = "=0.2.0"
structopt = "0.2.18"
[build-dependencies]