Skip to content

Commit 63d290b

Browse files
committed
v210.6.0+eec7a80
1 parent 08b0ab5 commit 63d290b

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 = "luajit-src"
3-
version = "210.5.12+a4f56a4"
3+
version = "210.6.0+eec7a80"
44
authors = ["Aleksandr Orlenko <[email protected]>"]
55
edition = "2021"
6-
repository = "https://github.com/khvzak/luajit-src-rs"
6+
repository = "https://github.com/mlua-rs/luajit-src-rs"
77
keywords = ["lua", "luajit"]
88
readme = "README.md"
99
license = "MIT"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Build Status]][github-actions]
44

5-
[Build Status]: https://github.com/khvzak/luajit-src-rs/workflows/CI/badge.svg
6-
[github-actions]: https://github.com/khvzak/luajit-src-rs/actions
5+
[Build Status]: https://github.com/mlua-rs/luajit-src-rs/workflows/CI/badge.svg
6+
[github-actions]: https://github.com/mlua-rs/luajit-src-rs/actions
77

88
This crate contains the sources of [LuaJIT] 2.1 (from Mike Pall) and logic to build it.
99
Intended to be consumed by the [mlua-sys] crate.

0 commit comments

Comments
 (0)