Codebase list rust-stfu8 / scrub-obsolete/main src / lalrpop / debian / patches / itertools-relax-0.9.patch
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

itertools-relax-0.9.patch @scrub-obsolete/mainraw · history · blame

--- a/Cargo.toml	2020-10-14 09:47:43.631540014 -0400
+++ b/Cargo.toml	2020-10-14 09:48:52.512188533 -0400
@@ -43,7 +43,7 @@
 version = "0.13"
 
 [dependencies.itertools]
-version = "0.8"
+version = ">= 0.8, < 0.10"
 
 [dependencies.lalrpop-util]
 version = "0.17.2"