Files
nixpkgs/pkgs/by-name/te/texture-synthesis/update-rustc-serialize.patch
ghpzin 4228dfd529 texture-synthesis: fix build with rust 1.76+
- add patch updating rustc-serialize, new version includes:
https://www.github.com/rust-lang-deprecated/rustc-serialize/pull/200
- use `fetchCargoVendor` to remove `Cargo.lock`
- switch `sha256` to `hash` in `src`
2025-03-23 16:22:19 +03:00

17 lines
480 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 424314c..eb80a7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -781,9 +781,9 @@ dependencies = [
[[package]]
name = "rustc-serialize"
-version = "0.3.24"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
+checksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401"
[[package]]
name = "rustc_version"