Skip to content

Commit

Permalink
Taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Oct 8, 2024
1 parent c7f3f6b commit eb36d5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
[workspace]
resolver = "2"
members = [
"frida-gum-sys",
"frida-gum",
"frida-sys",
"frida",
]
members = ["frida-gum-sys", "frida-gum", "frida-sys", "frida"]
# We miss our linux_no_std example from the default members since `cargo check`
# and `cargo test` both attempt to link the `std` library into it in error.
default-members = ["frida-gum-sys", "frida-gum", "frida-sys", "frida"]
Expand Down

0 comments on commit eb36d5a

Please sign in to comment.