From 42b098334cf585fc30956ee0ccef7759e4992605 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 18 May 2024 21:25:18 +0100 Subject: [PATCH] actually pin properly --- proptest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index ea8940c2..dd52fd25 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -120,4 +120,4 @@ rustdoc-args = ["--cfg", "docsrs"] [dev-dependencies] regex = "1.0" -trybuild = "=1" +trybuild = "=1.0.0"