Skip to content

Commit a03e99e

Browse files
committed
Bump version to 4.3.3
1 parent 2633110 commit a03e99e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[workspace.package]
1313
edition = "2024"
14-
version = "4.3.2"
14+
version = "4.3.3"
1515
license = "MIT OR Apache-2.0"
1616
readme = "README.md"
1717

crates/tracel-xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde_json = { workspace = true }
2828
strum = { workspace = true }
2929
toml = { workspace = true }
3030
tracing-subscriber = { workspace = true }
31-
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=4.3.2" }
31+
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=4.3.3" }
3232
zip = { workspace = true }
3333

3434
[dev-dependencies]

crates/xtask-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask-tests"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
edition = "2021"
55

66
[dependencies]

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)