Skip to content

Commit ebf31be

Browse files
author
Yaroslav Rogov
committed
Update Rust deps. Use fork for KitKat Webview support.
Switch to fork till woothee/woothee-rust#15 is not accepted
1 parent a18dbeb commit ebf31be

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%{
22
"rustler": {:git, "[email protected]:pixel-media/rustler.git", "c0df53acb88268b96e2e69276404417c32bbff8b", []},
3-
"toml": {:hex, :toml, "0.6.1", "e1c3c91c1fc1ed87e7315a5a88e4bd1eeddf3e61dca2b708724a6a2d1a013844", [:mix], [], "hexpm"},
3+
"toml": {:hex, :toml, "0.6.2", "38f445df384a17e5d382befe30e3489112a48d3ba4c459e543f748c2f25dd4d1", [:mix], [], "hexpm"},
44
}

native/wootheex_nif/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/wootheex_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ crate-type = ["dylib"]
1212
[dependencies]
1313
rustler = "0.21.0"
1414
lazy_static = "1.0"
15-
woothee = "^0"
15+
woothee = { git = "https://github.com/arikai/woothee-rust.git", branch = "feat/kitkat-webview" }

0 commit comments

Comments
 (0)