Description: accept newer branches of crate pretty_assertions
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@
 [dependencies]
 
 [dev-dependencies]
-pretty_assertions = "0.6.1"
\ No newline at end of file
+pretty_assertions = ">= 0.6.1, <= 1"
