Skip to content

Commit 8468098

Browse files
committed
Bump to version 8
1 parent 6199089 commit 8468098

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0 WITH LLVM-exception"
1010
name = "wizer"
1111
readme = "./README.md"
1212
repository = "https://github.com/bytecodealliance/wizer"
13-
version = "7.0.5"
13+
version = "8.0.0"
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ which `wasm-opt` can remove.
6666

6767
## Install
6868

69-
Download the a pre-built release from the [releases](https://github.com/bytecodealliance/wizer/releases) page. Unarchive the binary and place it in your $PATH.
69+
Download the a pre-built release from the
70+
[releases](https://github.com/bytecodealliance/wizer/releases) page. Unarchive
71+
the binary and place it in your `$PATH`.
7072

7173
Alternatively you can install via `cargo`:
7274

@@ -122,7 +124,7 @@ Add a dependency in your `Cargo.toml`:
122124
# Cargo.toml
123125

124126
[dependencies]
125-
wizer = "1"
127+
wizer = "8"
126128
```
127129

128130
And then use the `wizer::Wizer` builder to configure and run Wizer:

0 commit comments

Comments
 (0)