release: detect-wasi v1.0.0 (#332)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2022-09-04 13:45:28 +00:00 committed by GitHub
parent e21617cc9e
commit c3773a4a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -389,7 +389,7 @@ dependencies = [
[[package]]
name = "detect-wasi"
version = "0.0.0"
version = "1.0.0"
dependencies = [
"tempfile",
]

View file

@ -3,7 +3,7 @@ name = "detect-wasi"
description = "Detect if WASI can be run"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/detect-wasi"
version = "0.0.0"
version = "1.0.0"
rust-version = "1.61.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
edition = "2021"