Skip to content

Commit

Permalink
Bump Serial-test
Browse files Browse the repository at this point in the history
Disable default features (logging, async), since we don't need
them right now.
  • Loading branch information
jschwe authored and emilio committed Feb 26, 2024
1 parent e6f51dc commit ef086cb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 55 deletions.
86 changes: 32 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,7 @@ default-features = false
features = ["clone-impls", "extra-traits", "fold", "full", "parsing", "printing"]

[dev-dependencies]
serial_test = "0.5.0"
serial_test = { version = "2.0.0", default-features = false }

[features]
default = ["clap"]
Expand Down

0 comments on commit ef086cb

Please sign in to comment.