Skip to content

Commit e47946c

Browse files
committed
Bump version to 0.8.0
1 parent 40323e6 commit e47946c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ewasm_api"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
55
license = "Apache-2.0"
66
repository = "https://github.com/ewasm/ewasm-rust-api"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project aims to give a low-level and a high-level binding to ewasm from Rus
1010
Add the dependency, as usual:
1111
```toml
1212
[dependencies]
13-
ewasm-api = "0.7"
13+
ewasm-api = "0.8"
1414
```
1515
```rust
1616
extern crate ewasm_api;

0 commit comments

Comments
 (0)