Skip to content

Commit 92fe453

Browse files
authored
Fix release versions (#340)
1 parent 26f953d commit 92fe453

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -22,7 +22,7 @@ repository = "https://github.com/dial9-rs/dial9-tokio-telemetry"
2222
[workspace.dependencies]
2323
libc = "0.2"
2424
dial9-perf-self-profile = { version = "0.3.6", path = "perf-self-profile" }
25-
dial9-trace-format = { version = "0.3.5", path = "dial9-trace-format" }
25+
dial9-trace-format = { version = "0.3.6", path = "dial9-trace-format" }
2626
dial9-trace-format-derive = { version = "0.3.5", path = "dial9-trace-format-derive" }
2727
dial9-macro = { version = "0.3.5", path = "dial9-macro" }
2828
assert2 = "0.4"

dial9-trace-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9-trace-format"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)