Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 166f9c2

Browse files
committed
v0.9.9
1 parent 884d4b1 commit 166f9c2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.9.9
2+
3+
- Minimal Luau updated to 0.629
4+
- Fixed bug when attempting to reset of resume already running coroutines (#416).
5+
- Added `RegistryKey::id()` method to get the underlying Lua registry key id.
6+
17
## v0.9.8
28

39
- Fixed serializing same table multiple times (#408)

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mlua"
3-
version = "0.9.8" # remember to update mlua_derive
3+
version = "0.9.9" # remember to update mlua_derive
44
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
55
rust-version = "1.71"
66
edition = "2021"

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Add to `Cargo.toml` :
133133

134134
``` toml
135135
[dependencies]
136-
mlua = { version = "0.9.8", features = ["lua54", "vendored"] }
136+
mlua = { version = "0.9.9", features = ["lua54", "vendored"] }
137137
```
138138

139139
`main.rs`
@@ -168,7 +168,7 @@ Add to `Cargo.toml` :
168168
crate-type = ["cdylib"]
169169

170170
[dependencies]
171-
mlua = { version = "0.9.8", features = ["lua54", "module"] }
171+
mlua = { version = "0.9.9", features = ["lua54", "module"] }
172172
```
173173

174174
`lib.rs` :

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /