Skip to content

Commit

Permalink
feat(runner): bump mongo-tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Dec 11, 2023
1 parent 785ee74 commit b025982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async fn install_valgrind(system_info: &SystemInfo) -> Result<()> {
Ok(())
}

const MONGODB_TRACER_VERSION: &str = "0.1.2";
const MONGODB_TRACER_VERSION: &str = "0.1.3";

async fn install_mongodb_tracer() -> Result<()> {
debug!("Installing mongodb-tracer");
Expand Down

0 comments on commit b025982

Please sign in to comment.