Bumped stackalloc version: Use PLT for trampoline: Causing random linker errors on some machines.

Fortune for collect's current commit: Small curse − 小凶
safe-memfd
Avril 2 years ago
parent 0262ca88d9
commit 2c839da13b
Signed by: flanchan
GPG Key ID: 284488987C31F630

4
Cargo.lock generated

@ -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",

@ -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 <flanchan@cumallover.me>"]
@ -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 }

Loading…
Cancel
Save