Skip to content

Commit

Permalink
juniper: Use dep feature syntax rather than implicit dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Mar 13, 2024
1 parent db3421b commit 9670670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/endoli/lldb.rs"
name = "basic_synchronous"

[features]
graphql = ["juniper"]
graphql = ["dep:juniper"]

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit 9670670

Please sign in to comment.