-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #311897 from kiike/zhf/dtool
dtool: replace rustc-serialize version to unbreak build
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/Cargo.lock b/Cargo.lock | ||
index b1cc23695b30..ffdeb1c90618 100644 | ||
--- a/Cargo.lock | ||
+++ b/Cargo.lock | ||
@@ -996,9 +996,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 = "rustix" |