-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing/ttyper: restore deleted patch
this patch still applies, and is needed for Loongarch compatibility it has been submitted upstream but is not included in version 1.5.0: max-niederman/ttyper#128
- Loading branch information
Celeste
authored and
Celeste
committed
Jun 13, 2024
1 parent
0682a19
commit 12bc7d9
Showing
2 changed files
with
20 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 8ab2cc3..ce2e940 100644 | ||
--- a/Cargo.lock | ||
+++ b/Cargo.lock | ||
@@ -269,9 +269,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | ||
|
||
[[package]] | ||
name = "libc" | ||
-version = "0.2.153" | ||
+version = "0.2.155" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" | ||
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" | ||
|
||
[[package]] | ||
name = "libredox" |