Skip to content

Commit 7b4cc5e

Browse files
committed
Bump version to 4.18.1
1 parent 26e97ce commit 7b4cc5e

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

88
[workspace.package]
99
edition = "2024"
10-
version = "4.18.0"
10+
version = "4.18.1"
1111
license = "MIT OR Apache-2.0"
1212
readme = "README.md"
1313

crates/tracel-xtask/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ serde_json = { workspace = true }
3030
strum = { workspace = true }
3131
time = { workspace = true }
3232
toml = { workspace = true }
33-
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=4.18.0" }
34-
tracel-xtask-utils = { path = "../tracel-xtask-utils", version = "=4.18.0", features = ["all"] }
33+
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=4.18.1" }
34+
tracel-xtask-utils = { path = "../tracel-xtask-utils", version = "=4.18.1", features = ["all"] }
3535
ureq = { workspace = true }
3636
zip = { workspace = true }
3737

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.18.0"
3+
version = "4.18.1"
44
edition = "2021"
55

66
[dependencies]

xtask-core/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-core"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)