Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 10, 2024
1 parent b77b1f5 commit 6664bf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.2"
version = "1.1.3"
license = "MIT OR Apache-2.0"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion 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.2" }
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "1.1.3" }

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

0 comments on commit 6664bf0

Please sign in to comment.