From 3386914c10a8a96f872ad3316a36eb5adae5b4e9 Mon Sep 17 00:00:00 2001 From: Peter Glotfelty Date: Sat, 15 May 2021 01:00:52 +0000 Subject: [PATCH] Pin exact version of enum_variant_type --- strum_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strum_tests/Cargo.toml b/strum_tests/Cargo.toml index d80b09e..defd2f0 100644 --- a/strum_tests/Cargo.toml +++ b/strum_tests/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Peter Glotfelty "] 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]