File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wasm3"
3
- version = " 0.1.3 "
3
+ version = " 0.2.0 "
4
4
authors = [
" Lukas Tobias Wirth <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Rust bindings for wasm3"
Original file line number Diff line number Diff line change 1
1
# wasm3-rs
2
2
3
- ![ Build] ( https://github.com/wasm3/wasm3-rs/workflows/Rust/badge.svg?branch=master ) ![ Tokei ] ( https://tokei.rs/b1/github/wasm3/wasm3-rs )
3
+ ![ Build] ( https://github.com/wasm3/wasm3-rs/workflows/Rust/badge.svg?branch=master )
4
4
[ ![ Crates.io] ( https://img.shields.io/crates/v/wasm3.svg )] ( https://crates.io/crates/wasm3 )
5
5
[ ![ Docs.rs] ( https://docs.rs/wasm3/badge.svg )] ( https://docs.rs/wasm3 )
6
+ ![ Tokei] ( https://tokei.rs/b1/github/wasm3/wasm3-rs )
6
7
7
8
## > wasm3-rs is looking for a maintainer <
8
9
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cc = "1"
25
25
shlex = " 0.1.1"
26
26
27
27
[build-dependencies .bindgen ]
28
- version = " 0.54 "
28
+ version = " 0.59 "
29
29
optional = true
30
30
31
31
[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments