Skip to content

Commit

Permalink
chore(term): use default-features instead of default_features
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Jun 13, 2024
1 parent d9a6f43 commit fd827f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/synd_term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fake = { workspace = true }
insta = { workspace = true }
kvsd = { workspace = true }
proptest = { workspace = true }
serial_test = { version = "3.1.1", default_features = false, features = ["async", "file_locks"] }
serial_test = { version = "3.1.1", default-features = false, features = ["async", "file_locks"] }
tempfile = { workspace = true }
tokio-stream = "0.1.15"
tokio-util = { workspace = true }
Expand Down

0 comments on commit fd827f4

Please sign in to comment.