Skip to content

Commit b3ea4a3

Browse files
committed
Upgrade rlua to ^0.17.0, fp_rust to ^0.1.40. Fix errors.
1 parent 59786d5 commit b3ea4a3

File tree

3 files changed

+213
-198
lines changed

3 files changed

+213
-198
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lua_actor"
3-
version = "0.1.18"
3+
version = "0.2.0"
44
license = "MIT"
55
authors = ["JunYi JohnTeee Lee <johnteee@gmail.com>"]
66
include = ["src/**/*.rs", "Cargo.toml"]
@@ -22,5 +22,5 @@ path = "src/lib.rs"
2222
default = []
2323

2424
[dependencies]
25-
rlua="0.*"
26-
fp_rust="0.*"
25+
rlua="^0.17.0"
26+
fp_rust="^0.1.40"

0 commit comments

Comments
 (0)