Skip to content

Commit 3350f60

Browse files
committed
v0.2.3
1 parent 3373637 commit 3350f60

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.3
2+
3+
- Add option to include lua files
4+
- Set `LUA_ROCKSPEC_PACKAGE`/`LUA_ROCKSPEC_VERSION` environment variables during build
5+
16
## v0.2.2
27

38
- Pass correct `target-dir` arg to cargo instead of `target` (mlua-rs/luarocks-build-rust-mlua#12)

luarocks-build-rust-mlua-0.2.2-1.rockspec luarocks-build-rust-mlua-0.2.3-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
rockspec_format = "3.0"
22
package = "luarocks-build-rust-mlua"
3-
version = "0.2.2-1"
3+
version = "0.2.3-1"
44

55
source = {
66
url = "git+https://github.com/mlua-rs/luarocks-build-rust-mlua",
7-
tag = "0.2.2",
7+
tag = "0.2.3",
88
}
99

1010
description = {

0 commit comments

Comments
 (0)