Skip to content

Commit ba96b4b

Browse files
committed
Bump version to 1.1.5
1 parent 37ab9e3 commit ba96b4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 = "2021"
14-
version = "1.1.4"
14+
version = "1.1.5"
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
@@ -22,7 +22,7 @@ regex = { workspace = true }
2222
serde_json = { workspace = true }
2323
strum = { workspace = true }
2424
tracing-subscriber = { workspace = true }
25-
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "1.1.3" }
25+
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "1.1.5" }
2626

2727
[dev-dependencies]
2828
rstest = { workspace = true }

0 commit comments

Comments
 (0)