1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Allow 0.10.2+wasi-snapshot-preview1 of wasi for getrandom

This commit is contained in:
Sylvestre Ledru 2022-04-20 19:01:57 +02:00 committed by GitHub
parent 1eb7612966
commit 4c5f586e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,8 @@ highlight = "all"
# introduces it. # introduces it.
# spell-checker: disable # spell-checker: disable
skip = [ skip = [
# getrandom
{ name = "wasi", version="0.10.2+wasi-snapshot-preview1" },
# blake2d_simd # blake2d_simd
{ name = "arrayvec", version = "=0.7.2" }, { name = "arrayvec", version = "=0.7.2" },
# flimit/unix_socket # flimit/unix_socket