From 81e9318583c2b58e1aec2a15c71baf86c2f8393f Mon Sep 17 00:00:00 2001 From: Dylan Richardson Date: Thu, 22 May 2025 16:18:13 +0000 Subject: [PATCH] DEVPROD-17822: update cargo.lock for 3.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54b77cf..0c86abf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2070,7 +2070,7 @@ dependencies = [ [[package]] name = "mongo-task-generator" -version = "3.0.1" +version = "3.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 01bf141..1f0d82a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mongo-task-generator" description = "Dynamically split evergreen tasks into subtasks for testing the 10gen/mongo project." license = "Apache-2.0" -version = "3.1.0" +version = "3.1.1" repository = "https://github.com/mongodb/mongo-task-generator" authors = ["DevProd Correctness Team "] edition = "2018"