Skip to content

Commit b3ba0c0

Browse files
authored
fix: use api-client 0.56.1, cli 0.56.4 (#2094)
1 parent 714ab53 commit b3ba0c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "Apache-2.0"
2020
repository = "https://github.com/shuttle-hq/shuttle"
2121

2222
[workspace.dependencies]
23-
shuttle-api-client = { path = "api-client", version = "0.56.0", default-features = false }
23+
shuttle-api-client = { path = "api-client", version = "0.56.1", default-features = false }
2424
shuttle-codegen = { path = "codegen", version = "0.56.0" }
2525
shuttle-common = { path = "common", version = "0.56.0" }
2626
shuttle-ifc = { path = "ifc", version = "0.56.0" }

api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-api-client"
3-
version = "0.56.0"
3+
version = "0.56.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

cargo-shuttle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-shuttle"
3-
version = "0.56.3"
3+
version = "0.56.4"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)