Skip to content

Commit 511aefa

Browse files
committed
Temporarily bypass nagisa/rust_libloading#54
1 parent d106caf commit 511aefa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rust/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ serde_json = "1.0"
2828
serde_derive = "1.0"
2929
lazy_static = "1.3"
3030
java-locator = "0.1"
31-
libloading = "0.5"
3231
fs_extra = "1.1"
3332

33+
[target.arm-linux-androideabi.dependencies.libloading]
34+
version = "0.5"
35+
36+
[target.'cfg(not(target = "arm-linux-androideabi"))'.dependencies.libloading]
37+
version = "0.4"
38+
3439
[build-dependencies]
3540
fs_extra = "1.1"
3641
dirs = "2.0"

0 commit comments

Comments
 (0)