Skip to content

Commit f9fe37f

Browse files
DEVPROD-7218 Update shrub-rs dependency that includes downstream_expansions.set command (#75)
1 parent bc75776 commit f9fe37f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.7.14 - 2024-05-08
4+
* DEVPROD-7218 Update shrub-rs dependency that includes downstream_expansions.set command
5+
36
## 0.7.13 - 2024-04-08
47
* SERVER-88917 Update method for determining enterprise build variants without using modules in mongo-task-generator
58

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mongo-task-generator"
33
description = "Dynamically split evergreen tasks into subtasks for testing the mongodb/mongo project."
44
license = "Apache-2.0"
5-
version = "0.7.13"
5+
version = "0.7.14"
66
repository = "https://github.com/mongodb/mongo-task-generator"
77
authors = ["Decision Automation Group <[email protected]>"]
88
edition = "2018"
@@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
2525
serde_json = "1.0"
2626
serde_yaml = "0.8"
2727
shellexpand = "2.1"
28-
shrub-rs = "0.5.1"
28+
shrub-rs = "0.5.2"
2929
tokio = { version = "1", features = ["full"] }
3030
tracing = "0.1"
3131
tracing-subscriber = { version = "0.3", features = ["json", "fmt", "std"] }

0 commit comments

Comments
 (0)