Skip to content

Commit 1efd29a

Browse files
Bump version to prepare for release.
1 parent e331a8d commit 1efd29a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multitool"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55
default-run = "multi"
66
repository = "https://github.com/wack/multitool"
@@ -58,12 +58,12 @@ toml = { version = "0.8.8", features = ["preserve_order"] }
5858
multi-core = { path = "crates/multi-core" }
5959
tracing = { version = "0.1.41", features = ["attributes"] }
6060
tracing-subscriber = { version = "0.3.19", features = [
61-
"json",
62-
"local-time",
63-
"time",
64-
"chrono",
65-
"fmt",
66-
"env-filter",
61+
"json",
62+
"local-time",
63+
"time",
64+
"chrono",
65+
"fmt",
66+
"env-filter",
6767
] }
6868
url = "2.5.4"
6969
uuid = { version = "1.9", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)