Skip to content

Commit

Permalink
Take version number of of README (#82)
Browse files Browse the repository at this point in the history
Avoids the need to update it for publishes.
  • Loading branch information
alexcrichton authored Mar 12, 2024
1 parent 7ba8ab1 commit a1bdd83
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ This crate is procedurally generated from [WIT] files using [`wit-bindgen`].

# Usage

First you can depend on this crate via `Cargo.toml`:
Depending on this crate can be done by adding it to your dependencies:

```toml
[dependencies]
wasi = "0.12.0"
```sh
$ cargo add wasi
```

Next you can use the APIs in the root of the module like so:
Expand Down Expand Up @@ -148,7 +147,7 @@ This project is triple licenced under the Apache 2/ Apache 2 with LLVM exception
- Apache 2/ MIT is used in the rust standard library, and some of this code may be migrated there.
- Some of this code may be used in compiler output, and the Apache 2 with LLVM exceptions licence is useful for this.

For more details see
For more details see
- [Apache 2 Licence](LICENSE-APACHE)
- [Apache 2 Licence with LLVM exceptions](LICENSE-Apache-2.0_WITH_LLVM-exception)
- [MIT Licence](LICENSE-MIT)
Expand Down

0 comments on commit a1bdd83

Please sign in to comment.