Skip to content

Commit 8479638

Browse files
committed
Bump version to 4.5.0
1 parent 9308d8e commit 8479638

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.4.1"
14+
version = "4.5.0"
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
@@ -27,7 +27,7 @@ serde = { workspace = true }
2727
serde_json = { workspace = true }
2828
strum = { workspace = true }
2929
toml = { workspace = true }
30-
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=4.4.1" }
30+
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=4.5.0" }
3131
zip = { workspace = true }
3232

3333
[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.4.1"
3+
version = "4.5.0"
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.4.1"
3+
version = "4.5.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)