Skip to content

Commit 7141c8c

Browse files
authored
Bump version to 0.3.1 (#119)
1 parent f4940b4 commit 7141c8c

2 files changed

Lines changed: 8 additions & 8 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: 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.0"
3+
version = "0.3.1"
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)