Skip to content

Commit

Permalink
fix(task_db): fix import declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jul 1, 2024
1 parent 76cf83d commit c1536e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hex = { workspace = true }
tracing = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true }
async_trait = { workspace = true }
async-trait = { workspace = true }

[dev-dependencies]
rand = "0.9.0-alpha.1" # This is an alpha version, that has rng.gen_iter::<T>()
Expand Down

0 comments on commit c1536e9

Please sign in to comment.