File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[workspace ]
2- members = [" include-lua" , " include-lua-macro" , " example" ]
2+ members = [" include-lua" , " include-lua-macro" , " example" ]
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ edition = "2018"
66publish = false
77
88[dependencies ]
9- include-lua = " 0.1.1 "
9+ include-lua = " 0.1.2 "
1010rlua = " 0.16.2"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name = "include-lua"
33description = " A crate that allows the embedding of a lua source tree into a Rust application binary."
44repository = " https://github.com/AlphaModder/include-lua"
55readme = " ../README.md"
6- version = " 0.1.1 "
6+ version = " 0.1.2 "
77license = " MIT"
88authors = [" AlphaModder" ]
99edition = " 2018"
1010
1111[dependencies ]
1212rlua = " 0.16.2"
13- include-lua-macro = " 0.1.1 "
13+ include-lua-macro = " 0.1.2 "
1414proc-macro-hack = " 0.5.4"
You can’t perform that action at this time.
0 commit comments