diff options
Diffstat (limited to 'system/alacritty/patch_crate_deps.diff')
-rw-r--r-- | system/alacritty/patch_crate_deps.diff | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/system/alacritty/patch_crate_deps.diff b/system/alacritty/patch_crate_deps.diff index 31cc3702b9..cedca1158f 100644 --- a/system/alacritty/patch_crate_deps.diff +++ b/system/alacritty/patch_crate_deps.diff @@ -1,16 +1,16 @@ -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 @@ +diff -Naur alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a.orig/Cargo.lock alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a/Cargo.lock +--- alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a.orig/Cargo.lock 2018-02-01 06:03:24.000000000 +1300 ++++ alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a/Cargo.lock 2018-02-01 18:13:07.074158696 +1300 +@@ -406,7 +406,7 @@ "freetype-rs 0.13.0 (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)", + "log 0.4.1 (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)", ] [[package]] -@@ -981,16 +981,16 @@ +@@ -1060,16 +1060,16 @@ [[package]] name = "servo-fontconfig" version = "0.4.0" @@ -30,7 +30,7 @@ diff -Naur alacritty-59b561b440060e7b0d13160fb69519d127e6c687.orig/Cargo.lock al dependencies = [ "expat-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "freetype-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", -@@ -1476,8 +1476,8 @@ +@@ -1580,8 +1580,8 @@ "checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5" "checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb" "checksum serde_yaml 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e0f868d400d9d13d00988da49f7f02aeac6ef00f11901a8c535bd59d777b9e19" @@ -41,11 +41,11 @@ diff -Naur alacritty-59b561b440060e7b0d13160fb69519d127e6c687.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-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 +diff -Naur alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a.orig/font/Cargo.toml alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a/font/Cargo.toml +--- alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a.orig/font/Cargo.toml 2018-02-01 06:03:24.000000000 +1300 ++++ alacritty-2466f81d5e0cb56dd00231f63f2dbcef1840196a/font/Cargo.toml 2018-02-01 18:13:20.836419832 +1300 @@ -12,7 +12,7 @@ - log = "0.3" + log = "0.4" [target.'cfg(not(target_os = "macos"))'.dependencies] -servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig", branch = "updated-2017-10-8" } |