From 5c11d8e779d8a61bcd6522b8a68d125aa1d14e6a Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 14 Oct 2021 14:24:30 +0530 Subject: [PATCH] release 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5bbe45..e8d83f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_bindgen" -version = "0.1.0" +version = "0.1.1" description = "This tool aims to simplify glue code generation for Deno FFI libraries written in Rust." license = "MIT" edition = "2018"