Skip to content

Commit

Permalink
publish 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Nov 15, 2021
1 parent 6d38510 commit 54b8a68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.2"
deno_bindgen = "0.3"
serde = { version = "1", features = ["derive"] }
```

Expand Down
8 changes: 7 additions & 1 deletion deno_bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "deno_bindgen"
version = "0.2.0"
version = "0.3.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/littledivy/deno_bindgen"
repository = "https://github.com/littledivy/deno_bindgen"
keywords = ["deno", "ffi", "bindgen", "bindings", "macro"]
categories = ["development-tools::ffi", "development-tools"]
readme = "../README.md"
license = "MIT"
edition = "2018"

Expand Down
8 changes: 7 additions & 1 deletion deno_bindgen_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "deno_bindgen_macro"
version = "0.2.0"
version = "0.3.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/littledivy/deno_bindgen"
repository = "https://github.com/littledivy/deno_bindgen"
keywords = ["deno", "ffi", "bindgen", "bindings", "macro"]
categories = ["development-tools::ffi", "development-tools"]
readme = "../README.md"
license = "MIT"
edition = "2018"

Expand Down

0 comments on commit 54b8a68

Please sign in to comment.