Skip to content

Commit

Permalink
Bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 30, 2024
1 parent 876ed93 commit 6d95175
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

[workspace.package]
edition = "2021"
version = "1.1.5"
version = "1.1.6"
license = "MIT OR Apache-2.0"
readme = "README.md"

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

[profile.dev]
debug = 0 # Speed up compilation time and not necessary.
debug = 0 # Speed up compilation time and not necessary.
4 changes: 2 additions & 2 deletions crates/tracel-xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ regex = { workspace = true }
serde_json = { workspace = true }
strum = { workspace = true }
tracing-subscriber = { workspace = true }
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "1.1.5" }
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "1.1.6" }

[dev-dependencies]
rstest = { workspace = true }
rstest = { workspace = true }
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 6d95175

Please sign in to comment.