Drop patching of ouroboros version
Fedora now carries rust-ouroboros-devel-0.15.0-1 .
This commit is contained in:
parent
84273987af
commit
3fc8c61755
@ -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
|
diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml
|
||||||
--- a/rust/hg-core/Cargo.toml
|
--- a/rust/hg-core/Cargo.toml
|
||||||
+++ b/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"
|
@@ -29,10 +29,10 @@ twox-hash = "1.5.0"
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user