From 29374a8ce7684d825f2a111f2a1ada20c8fffaff Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 16 Oct 2020 17:48:50 +0800 Subject: [PATCH] Update version. --- codegen/Cargo.toml | 2 +- codegen/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 8a2d3456..c1abf4bf 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai_codegen" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["jhwgh1968"] description = "Procedural macro support package for Rhai, a scripting language for Rust" diff --git a/codegen/README.md b/codegen/README.md index 0625bff9..8f276264 100644 --- a/codegen/README.md +++ b/codegen/README.md @@ -1,4 +1,5 @@ Procedural Macros for Plugins ============================ -This crate holds procedural macros for code generation, supporting Rhai's plugins system. +This crate holds procedural macros for code generation, supporting the plugins system +for [Rhai](https://github.com/jonathandturner/rhai).