Skip to content

Commit 7a5639e

Browse files
author
wgd
committed
fix depend
1 parent 94b06d9 commit 7a5639e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/td_rlua/*.lock
1+
*.lock
22
*/target/*

td_clua/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pkg-config = "0.3"
1212
gcc = "0.3"
1313

1414
[dependencies]
15-
libc = "*"
15+
libc = "^0.2.1"

td_rlua/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ readme = "README.md"
99
license = "MIT/Apache-2.0"
1010
keywords = ["lua", "wrapper"]
1111
[dependencies]
12-
libc = "*"
12+
libc = "^0.2.1"
1313

1414
[dependencies.td_clua]
15-
version = "*"
15+
version = "0.1.0"
1616
path = "../td_clua"
1717

0 commit comments

Comments
 (0)