Update version.
This commit is contained in:
parent
849aec0621
commit
29374a8ce7
@ -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"
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user