Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Nov 15, 2021
1 parent 54b8a68 commit d73fe94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add the following dependencies to your crate.
```toml
# Cargo.toml
[dependencies]
deno_bindgen = "0.3"
deno_bindgen = "0.3.1"
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.3.0"
version = "0.3.1"
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/littledivy/deno_bindgen"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
path = "./lib.rs"

[dependencies]
deno_bindgen_macro = { path = "../deno_bindgen_macro", version = "0.2.0" }
deno_bindgen_macro = { path = "../deno_bindgen_macro", version = "0.3.1" }
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.3.0"
version = "0.3.1"
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/littledivy/deno_bindgen"
Expand Down

0 comments on commit d73fe94

Please sign in to comment.