Skip to content

Commit 3885500

Browse files
committed
Update version numbers.
1 parent cb85718 commit 3885500

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
members = ["include-lua", "include-lua-macro", "example" ]
2+
members = ["include-lua", "include-lua-macro", "example"]

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2018"
66
publish = false
77

88
[dependencies]
9-
include-lua = "0.1.1"
9+
include-lua = "0.1.2"
1010
rlua = "0.16.2"

include-lua/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name = "include-lua"
33
description = "A crate that allows the embedding of a lua source tree into a Rust application binary."
44
repository = "https://github.com/AlphaModder/include-lua"
55
readme = "../README.md"
6-
version = "0.1.1"
6+
version = "0.1.2"
77
license = "MIT"
88
authors = ["AlphaModder"]
99
edition = "2018"
1010

1111
[dependencies]
1212
rlua = "0.16.2"
13-
include-lua-macro = "0.1.1"
13+
include-lua-macro = "0.1.2"
1414
proc-macro-hack = "0.5.4"

0 commit comments

Comments
 (0)