Skip to content

Commit

Permalink
0.8.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored May 3, 2023
1 parent ed15bca commit 12c8748
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following dependencies to your crate.
```toml
# Cargo.toml
[dependencies]
deno_bindgen = "0.7.0"
deno_bindgen = "0.8.0"
serde = { version = "1", features = ["derive"] }
```

Expand Down
4 changes: 2 additions & 2 deletions deno_bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_bindgen"
version = "0.7.0"
version = "0.8.0"
description = "This tool aims to simplify glue code generation for Deno FFI libraries written in Rust."
documentation = "https://docs.rs/deno_bindgen"
homepage = "https://github.com/denoland/deno_bindgen"
Expand All @@ -15,6 +15,6 @@ edition = "2021"
path = "./lib.rs"

[dependencies]
deno_bindgen_macro = { path = "../deno_bindgen_macro", version = "0.7.0" }
deno_bindgen_macro = { path = "../deno_bindgen_macro", version = "0.8.0" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2 changes: 1 addition & 1 deletion deno_bindgen_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_bindgen_macro"
version = "0.7.0"
version = "0.8.0"
description = "This tool aims to simplify glue code generation for Deno FFI libraries written in Rust."
documentation = "https://docs.rs/deno_bindgen_macro"
homepage = "https://github.com/denoland/deno_bindgen"
Expand Down

0 comments on commit 12c8748

Please sign in to comment.