Skip to content

Commit e3fe9d1

Browse files
committed
chore(release): bump version to 0.2.3
Update workspace version and internal dependencies from 0.2.2 to 0.2.3
1 parent b3206bd commit e3fe9d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212
[workspace.package]
1313
authors = ["Team MicroSandbox <[email protected]>"]
1414
repository = "https://github.com/microsandbox/microsandbox"
15-
version = "0.2.2"
15+
version = "0.2.3"
1616
license = "Apache-2.0"
1717
edition = "2021"
1818

@@ -47,9 +47,9 @@ rand = "0.9"
4747
reqwest = { version = "0.12", features = ["stream", "json"] }
4848
reqwest-middleware = "0.3" # Cannot upgrade to 0.4 due to https://github.com/TrueLayer/reqwest-middleware/issues/204
4949
reqwest-retry = "0.6" # Cannot upgrade to 0.7 due to https://github.com/TrueLayer/reqwest-middleware/issues/204
50-
microsandbox-utils = { version = "0.2.2", path = "./microsandbox-utils" }
51-
microsandbox-core = { version = "0.2.2", path = "./microsandbox-core" }
52-
microsandbox-server = { version = "0.2.2", path = "./microsandbox-server" }
50+
microsandbox-utils = { version = "0.2.3", path = "./microsandbox-utils" }
51+
microsandbox-core = { version = "0.2.3", path = "./microsandbox-core" }
52+
microsandbox-server = { version = "0.2.3", path = "./microsandbox-server" }
5353
multihash = "0.19"
5454
multihash-codetable = "0.1"
5555
chrono = { version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)