mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
release: detect-wasi v1.0.0 (#332)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
e21617cc9e
commit
c3773a4a48
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -389,7 +389,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "detect-wasi"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"tempfile",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue