Skip to content

Commit

Permalink
Temporarily use git repo for rlua, rlua_serde, and actix-rlua.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Feb 25, 2019
1 parent 7a6f00a commit 60fe416
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ path = "src/main.rs"
[dependencies]
# base
actix = "0.7"
actix-lua = "0.7"
actix-lua = { git = "https://github.com/foundpatterns/actix-lua" }
futures = "0.1"
rlua = "0.16"
rlua_serde = "0.3"
rlua = { git = "https://github.com/kyren/rlua", rev = "78c2aac5bda746c9046f701a6d8631ad53841baa" }
rlua_serde = { git = "https://github.com/foundpatterns/rlua_serde" }
# system
dirs = "1.0"
libm = "0.1"
Expand Down

0 comments on commit 60fe416

Please sign in to comment.