Skip to content

Commit

Permalink
fixed issue with cargo file having wildcard for tokio; removed debugg…
Browse files Browse the repository at this point in the history
…ing line
  • Loading branch information
vsbuffalo committed Sep 6, 2023
1 parent c218cf5 commit 14f81e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_yaml = "0.9.25"
serde_derive = "1.0.180"
md5 = "0.7.0"
reqwest = { version = "0.11.18", features = ["json", "stream"] }
tokio = { version = "*", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
serde_json = "1.0.104"
anyhow = "1.0.72"
url = "2.4.0"
Expand Down
1 change: 0 additions & 1 deletion tests/test_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ mod tests {
async fn test_add_already_added_error() {
let mut fixture = setup(true).await;

println!("DATAAAA: {:?}", fixture.project.data);
if let Some(files) = &fixture.env.files {
for file in files {
let mut file_list = Vec::new();
Expand Down

0 comments on commit 14f81e3

Please sign in to comment.