Skip to content

Commit

Permalink
fix(Cargo.toml): add msrv and rt-multi-thread feature for tokio dev-dep
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
  • Loading branch information
elpiel committed May 13, 2024
1 parent 5ff78e4 commit 886f0eb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ categories = ["api-bindings", "asynchronous", "visualization", "data-structures"
keywords = ["arduino", "plotting", "protocol", "json"]
repository = "https://github.com/LechevSpace/arduino-plotter"

rust-version = "1.64"

[dependencies]
tracing = "0.1"

thiserror = "1.0.60"
thiserror = "1"

serde_json = "1"
serde = { version = "1", features = ["derive"] }
Expand All @@ -33,4 +35,4 @@ rand = "0.8"

[dev-dependencies]
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
tokio = { version = "1", features = ["net", "sync", "macros"] }
tokio = { version = "1", features = ["net", "sync", "macros", "rt-multi-thread"] }

0 comments on commit 886f0eb

Please sign in to comment.