Skip to content

Commit 6d95175

Browse files
committed
Bump version to 1.1.6
1 parent 876ed93 commit 6d95175

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

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

@@ -35,4 +35,4 @@ tracing = { version = "0.1.40", features = ["log"] }
3535
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "registry"] }
3636

3737
[profile.dev]
38-
debug = 0 # Speed up compilation time and not necessary.
38+
debug = 0 # Speed up compilation time and not necessary.

crates/tracel-xtask/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.5" }
25+
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "1.1.6" }
2626

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

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 = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)