Skip to content

Commit

Permalink
Merge pull request #3291 from weiznich/update_diesel_async_to_remove_dbg
Browse files Browse the repository at this point in the history
Update diesel_async to remove some unneeded dbg calls and hopefully fix the mysql metrics run
  • Loading branch information
weiznich authored Aug 25, 2022
2 parents 91c16b4 + 5047e40 commit d4113ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ quaint = {version = "=0.2.0-alpha.13", optional = true}
serde = {version = "1", optional = true, features = ["derive"]}
sea-orm = {version = "0.9", optional = true, features = ["runtime-tokio-rustls"]}
futures = {version = "0.3", optional = true}
diesel-async = {git = "https:/weiznich/diesel_async", rev = "acf3ed3", optional = true, default-features = false}
diesel-async = {git = "https:/weiznich/diesel_async", rev = "3ab3cf8", optional = true, default-features = false}
criterion-perf-events = { version = "0.2", optional = true}
perfcnt = {version = "0.8", optional = true}

Expand Down

0 comments on commit d4113ed

Please sign in to comment.