Skip to content

Commit f540474

Browse files
committed
Bump version to 0.2.3
1 parent d000392 commit f540474

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ resolver = "3"
44

55
[workspace.package]
66
edition = "2024"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
authors = ["ArcBox Labs <oss@arcbox.dev>", "AprilNEA <dev@aprilnea.me>"]
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/arcboxlabs/firecracker-client"
1111

1212
[workspace.dependencies]
13-
firecracker = { version = "0.2.2", path = "." }
14-
fc-api = { version = "0.2.2", path = "fc-api" }
15-
fc-sdk = { version = "0.2.2", path = "fc-sdk" }
16-
fc-cli = { version = "0.2.2", path = "fc-cli" }
13+
firecracker = { version = "0.2.3", path = "." }
14+
fc-api = { version = "0.2.3", path = "fc-api" }
15+
fc-sdk = { version = "0.2.3", path = "fc-sdk" }
16+
fc-cli = { version = "0.2.3", path = "fc-cli" }
1717
openapiv3 = "2"
1818
progenitor = "0.11"
1919
progenitor-client = "0.11"

0 commit comments

Comments
 (0)