Codebase list rust-libslirp / 21d7c3f
lalrpop: relax ena dependency to permit 0.14 lalrpop upstream does an un-motivated bump to ena 0.14 in 075150bc8e61f8d450740e589a54fade778f426d, so this appears to be safe. ena 0.14 is not yet in debian, but it is a requirement for lalrpop 0.19.1, so this should let us update ena without forcing the lalrpop upgrade at the same time. Daniel Kahn Gillmor 3 years ago
5 changed file(s) with 31 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 rust-lalrpop (0.17.2-6) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * relax dependency on ena to allow 0.14
3 * Package lalrpop 0.17.2 from crates.io using debcargo 2.4.3
4
5 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 14 Oct 2020 11:45:36 -0400
6
07 rust-lalrpop (0.17.2-5) unstable; urgency=medium
18
29 * bump dependency on itertools to 0.9
0 --- a/Cargo.toml 2020-10-14 11:44:16.338002171 -0400
1 +++ b/Cargo.toml 2020-10-14 11:43:57.061944563 -0400
2 @@ -40,7 +40,7 @@
3 version = "1"
4
5 [dependencies.ena]
6 -version = "0.13"
7 +version = ">= 0.13, < 0.15"
8
9 [dependencies.itertools]
10 version = ">= 0.8, < 0.10"
+0
-11
src/lalrpop/debian/patches/itertools-bump-0.9.patch less more
0 --- a/Cargo.toml 2020-10-14 09:47:43.631540014 -0400
1 +++ b/Cargo.toml 2020-10-14 09:48:52.512188533 -0400
2 @@ -43,7 +43,7 @@
3 version = "0.13"
4
5 [dependencies.itertools]
6 -version = "0.8"
7 +version = ">= 0.8, < 0.10"
8
9 [dependencies.lalrpop-util]
10 version = "0.17.2"
0 --- a/Cargo.toml 2020-10-14 09:47:43.631540014 -0400
1 +++ b/Cargo.toml 2020-10-14 09:48:52.512188533 -0400
2 @@ -43,7 +43,7 @@
3 version = "0.13"
4
5 [dependencies.itertools]
6 -version = "0.8"
7 +version = ">= 0.8, < 0.10"
8
9 [dependencies.lalrpop-util]
10 version = "0.17.2"
00 unicode-xid-bump-0.2.patch
11 string_cache-bump-0.8.0.patch
22 petgraph-bump-0.5.patch
3 itertools-bump-0.9.patch
3 itertools-relax-0.9.patch
4 ena-relax-0.14.patch