Skip to content

Commit cb5dd69

Browse files
Bump divviup-api patch version, triggered by @tgeoghegan
1 parent 11ed3b5 commit cb5dd69

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
members = [".", "migration", "client", "test-support", "cli"]
33

44
[workspace.package]
5-
version = "0.4.37"
5+
version = "0.4.38"
66
edition = "2021"
77
license = "MPL-2.0"
88
homepage = "https://divviup.org"
99
repository = "https://github.com/divviup/divviup-api"
1010

1111
[workspace.dependencies]
12-
divviup-client = { path = "./client", version = "0.4.37" }
13-
divviup-cli = { path = "./cli", version = "0.4.37" }
12+
divviup-client = { path = "./client", version = "0.4.38" }
13+
divviup-cli = { path = "./cli", version = "0.4.38" }
1414
divviup-api.path = "."
1515
test-support.path = "./test-support"
1616

0 commit comments

Comments
 (0)