Skip to content

Commit 3576449

Browse files
committed
v547.1.0
1 parent 7be86eb commit 3576449

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "lua-src"
3-
version = "547.0.0"
3+
version = "547.1.0"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
55
edition = "2021"
6-
repository = "https://github.com/khvzak/lua-src-rs"
6+
repository = "https://github.com/mlua-rs/lua-src-rs"
77
keywords = ["lua", "lua51", "lua52", "lua53", "lua54"]
88
readme = "README.md"
99
license = "MIT"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# lua-src
22
[![Build Status]][github-actions]
33

4-
[Build Status]: https://github.com/khvzak/lua-src-rs/workflows/CI/badge.svg
5-
[github-actions]: https://github.com/khvzak/lua-src-rs/actions
4+
[Build Status]: https://github.com/mlua-rs/lua-src-rs/workflows/CI/badge.svg
5+
[github-actions]: https://github.com/mlua-rs/lua-src-rs/actions
66

77
This crate contains the sources of Lua 5.1/5.2/5.3/5.4 and logic to build them.
88
Intended to be consumed by the [mlua-sys] crate.

0 commit comments

Comments
 (0)