Skip to content

Commit 090082b

Browse files
authored
Bump to version 9.0.0 (#135)
1 parent fdea36d commit 090082b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "8.0.0"
13+
version = "9.0.0"
1414

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Add a dependency in your `Cargo.toml`:
124124
# Cargo.toml
125125

126126
[dependencies]
127-
wizer = "8"
127+
wizer = "9"
128128
```
129129

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

0 commit comments

Comments
 (0)