diff --git a/mercurial-rust-metadata.patch b/mercurial-rust-metadata.patch index 7719069..deabca1 100644 --- a/mercurial-rust-metadata.patch +++ b/mercurial-rust-metadata.patch @@ -14,15 +14,6 @@ Downgrade ouroboros to 0.13.0 (Fedora packaging needs update - rhbz#2027028) diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml --- a/rust/hg-core/Cargo.toml +++ b/rust/hg-core/Cargo.toml -@@ -18,7 +18,7 @@ im-rc = "15.0.*" - itertools = "0.9" - lazy_static = "1.4.0" - libc = "0.2" --ouroboros = "0.15.0" -+ouroboros = ">= 0.13.0, < 0.16.0" - rand = "0.8.4" - rand_pcg = "0.3.1" - rand_distr = "0.4.2" @@ -29,10 +29,10 @@ twox-hash = "1.5.0" same-file = "1.0.6" tempfile = "3.1.0"