From 2c839da13b44a84d2d575b071cb4ed0b34e7abd6 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 28 Apr 2022 23:08:09 +0100 Subject: [PATCH] Bumped stackalloc version: Use PLT for trampoline: Causing random linker errors on some machines. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for collect's current commit: Small curse − 小凶 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6fd8f0..675a63a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,9 +366,9 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "stackalloc" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4f5c9dd3feb8a4adc8eae861e5f48862a92f9a9f38cf8fc99b92fc6ec016121" +checksum = "3a5598a6751ba6c0735dbb9d88910ffce156a0bfdbfb7548f915b52990470bc7" dependencies = [ "cc", "rustc_version", diff --git a/Cargo.toml b/Cargo.toml index 0229e6b..94c2773 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "collect" -version = "1.0.1" +version = "1.0.2" description = "collect all of stdin until it is closed, then output it all to stdout" keywords = ["shell", "pipe", "utility", "unix", "linux"] authors = ["Avril "] @@ -88,5 +88,5 @@ recolored = { version = "1.9.3", optional = true } memchr = "2.4.1" lazy_format = "1.10.0" bitflags = {version = "1.3.2", optional = true } -stackalloc = {version = "1.1.1", optional = true } +stackalloc = {version = "1.1.2", optional = true } lazy_static = { version = "1.4.0", optional = true }