Skip to content

Commit

Permalink
Readd log feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 22, 2024
1 parent 50f81ee commit a331f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ path = "src/lib.rs"

[features]
jvm-callback-support = ["dep:jni"]
log = ["dep:log"]

[dependencies]
jni = { version = "0.21", optional = true }
jni = { version = "0.21", optional = true }
log = { version = "0.4", optional = true }

0 comments on commit a331f06

Please sign in to comment.