Fix build with rust-bytes 1.2.0

(cherry picked from commit ff1e39138a)
This commit is contained in:
Benjamin Gilbert 2022-08-01 23:17:42 -04:00 committed by Dusty Mabe
parent b45977108d
commit f5ab6f0c98
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,14 @@
--- coreos-installer-0.15.0/Cargo.toml.old 2022-07-09 22:02:48.471859927 -0400
+++ coreos-installer-0.15.0/Cargo.toml 2022-07-09 22:02:59.727862917 -0400
--- coreos-installer-0.15.0/Cargo.toml.orig 2022-08-01 23:12:48.053388050 -0400
+++ coreos-installer-0.15.0/Cargo.toml 2022-08-01 23:13:09.555427984 -0400
@@ -68,7 +68,7 @@
version = ">= 3.1.0, < 5.0.0"
[dependencies.bytes]
-version = ">= 1.0.1, < 1.2.0"
+version = ">= 1.0.1, < 2"
[dependencies.clap]
version = "3.1"
@@ -114,7 +114,7 @@
version = ">= 0.3, < 0.5"

View File

@ -188,6 +188,7 @@ from the initramfs.
%changelog
* Mon Aug 22 Dusty Mabe <dusty@dustymabe.com> - 0.15.0-2
- Fix build with rust-bytes 1.2.0
- Fix build with rust-regex 1.6.0
* Fri Jun 17 2022 Michael Armijo <marmijo@redhat.com> - 0.15.0-1