Skip to content

Commit 3737505

Browse files
removed jni default-features
1 parent e3cda57 commit 3737505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["dylib"]
1010
android_logger = "0.13.1"
1111
axum = "0.6.18"
1212
chrono = "0.4.26"
13-
jni = { version = "0.21.1", default-features = false }
13+
jni = "0.21.1"
1414
log = "0.4.19"
1515
notify = { version = "6.0.1", features = ["serde"] }
1616
serde_json = "1.0.99"

0 commit comments

Comments
 (0)