diff options
Diffstat (limited to 'system/alacritty/patch_crate_deps.diff')
-rw-r--r-- | system/alacritty/patch_crate_deps.diff | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/alacritty/patch_crate_deps.diff b/system/alacritty/patch_crate_deps.diff index 6c7600557c..31cc3702b9 100644 --- a/system/alacritty/patch_crate_deps.diff +++ b/system/alacritty/patch_crate_deps.diff @@ -1,9 +1,9 @@ -diff -Naur alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17.orig/Cargo.lock alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17/Cargo.lock ---- alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17.orig/Cargo.lock 2018-01-12 05:30:52.000000000 +1300 -+++ alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17/Cargo.lock 2018-01-13 12:09:23.259491160 +1300 +diff -Naur alacritty-59b561b440060e7b0d13160fb69519d127e6c687.orig/Cargo.lock alacritty-59b561b440060e7b0d13160fb69519d127e6c687/Cargo.lock +--- alacritty-59b561b440060e7b0d13160fb69519d127e6c687.orig/Cargo.lock 2018-01-22 10:29:57.000000000 +1300 ++++ alacritty-59b561b440060e7b0d13160fb69519d127e6c687/Cargo.lock 2018-01-23 21:49:27.791772313 +1300 @@ -367,7 +367,7 @@ "freetype-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-fontconfig 0.4.0 (git+https://github.com/jwilm/rust-fontconfig?branch=updated-2017-10-8)", + "servo-fontconfig 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -17,7 +17,7 @@ diff -Naur alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17.orig/Cargo.lock al -source = "git+https://github.com/jwilm/rust-fontconfig?branch=updated-2017-10-8#be2b94de833ec69cf767186262a5fb8360fa5b45" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-fontconfig-sys 4.0.3 (git+https://github.com/jwilm/libfontconfig?branch=updated-2017-10-8)", + "servo-fontconfig-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -41,9 +41,9 @@ diff -Naur alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17.orig/Cargo.lock al "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1" "checksum shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c" "checksum slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e" -diff -Naur alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17.orig/font/Cargo.toml alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17/font/Cargo.toml ---- alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17.orig/font/Cargo.toml 2018-01-12 05:30:52.000000000 +1300 -+++ alacritty-8aa8422bccdf0634774ddbfe5b35e05a637a3f17/font/Cargo.toml 2018-01-13 12:09:49.123415701 +1300 +diff -Naur alacritty-59b561b440060e7b0d13160fb69519d127e6c687.orig/font/Cargo.toml alacritty-59b561b440060e7b0d13160fb69519d127e6c687/font/Cargo.toml +--- alacritty-59b561b440060e7b0d13160fb69519d127e6c687.orig/font/Cargo.toml 2018-01-22 10:29:57.000000000 +1300 ++++ alacritty-59b561b440060e7b0d13160fb69519d127e6c687/font/Cargo.toml 2018-01-23 21:47:15.498037863 +1300 @@ -12,7 +12,7 @@ log = "0.3" |