Skip to content

Commit c2a4f79

Browse files
committed
v0.14.1+luau672
1 parent eeec565 commit c2a4f79

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 = "luau0-src"
3-
version = "0.14.0+luau671"
3+
version = "0.14.1+luau672"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
55
edition = "2021"
6-
repository = "https://github.com/khvzak/luau-src-rs"
6+
repository = "https://github.com/mlua-rs/luau-src-rs"
77
keywords = ["lua", "luau", "roblox"]
88
readme = "README.md"
99
license = "MIT"

README.md

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

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

77
This crate contains the sources of [Luau] and logic to build them.
88
Intended to be consumed by the [mlua-sys] crate.

0 commit comments

Comments
 (0)