Remove support for 1.1.0 version snapshots

This commit is contained in:
Michael Vines
2020-08-03 16:27:17 -07:00
committed by mergify[bot]
parent 7db144c5da
commit 1d40685b8e
6 changed files with 9 additions and 472 deletions

View File

@@ -58,7 +58,6 @@ mod tests {
use std::{fs, path::PathBuf, sync::atomic::AtomicBool, sync::mpsc::channel, sync::Arc};
use tempfile::TempDir;
DEFINE_SNAPSHOT_VERSION_PARAMETERIZED_TEST_FUNCTIONS!(V1_1_0);
DEFINE_SNAPSHOT_VERSION_PARAMETERIZED_TEST_FUNCTIONS!(V1_2_0);
struct SnapshotTestConfig {