Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 21, 2023
1 parent 4b69c58 commit c9f9db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ categories.workspace = true
[dependencies]
nanopub = { version = "0.0.7", path = "../lib" }
clap = { version = "4.4", features = ["derive"] }
tokio = { version = "1.34", features = ["macros"] }
tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] }

0 comments on commit c9f9db0

Please sign in to comment.