Package Details: inlyne 0.4.3-1

Git Clone URL: https://aur.archlinux.org/inlyne.git (read-only, click to copy)
Package Base: inlyne
Description: A GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye
Upstream URL: https://github.com/Inlyne-Project/inlyne
Licenses: MIT
Submitter: CosmicHorror
Maintainer: CosmicHorror
Last Packager: CosmicHorror
Votes: 2
Popularity: 0.023258
First Submitted: 2022-08-12 01:09 (UTC)
Last Updated: 2024-09-03 01:35 (UTC)

Latest Comments

CosmicHorror commented on 2024-02-20 10:09 (UTC)

You're building with an outdated Rust toolchain. Try running rustup update (or otherwise update your toolchain) and then try building again

Sherlock-Holo commented on 2024-02-20 06:46 (UTC)

fail build the package

error[E0635]: unknown feature `stdsimd`
  --> /home/sherlock/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.7/src/lib.rs:33:42
   |
33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

   Compiling crossbeam-utils v0.8.16
For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...