Skip to content

Commit

Permalink
Update Rust deps. Use fork for KitKat Webview support.
Browse files Browse the repository at this point in the history
Switch to fork till woothee/woothee-rust#15 is not accepted
  • Loading branch information
Yaroslav Rogov committed Jun 15, 2020
1 parent a18dbeb commit ebf31be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{
"rustler": {:git, "[email protected]:pixel-media/rustler.git", "c0df53acb88268b96e2e69276404417c32bbff8b", []},
"toml": {:hex, :toml, "0.6.1", "e1c3c91c1fc1ed87e7315a5a88e4bd1eeddf3e61dca2b708724a6a2d1a013844", [:mix], [], "hexpm"},
"toml": {:hex, :toml, "0.6.2", "38f445df384a17e5d382befe30e3489112a48d3ba4c459e543f748c2f25dd4d1", [:mix], [], "hexpm"},
}
8 changes: 4 additions & 4 deletions native/wootheex_nif/Cargo.lock

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

2 changes: 1 addition & 1 deletion native/wootheex_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ crate-type = ["dylib"]
[dependencies]
rustler = "0.21.0"
lazy_static = "1.0"
woothee = "^0"
woothee = { git = "https://github.com/arikai/woothee-rust.git", branch = "feat/kitkat-webview" }

0 comments on commit ebf31be

Please sign in to comment.