Skip to content

Commit 640acf2

Browse files
committed
0.9.5 - Fix World Balancer
1 parent 9c9ad84 commit 640acf2

File tree

2 files changed

+53
-60
lines changed

2 files changed

+53
-60
lines changed

Cargo.lock

Lines changed: 51 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vrc-log"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
authors = ["Shayne Hartford <[email protected]>"]
55
edition = "2021"
66
description = "VRChat Local Cache Avatar ID Logger"
@@ -29,7 +29,7 @@ reqwest = { version = "0.12", features = ["blocking", "json"], optional = true }
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
3131
sqlite = { version = "0.36", features = ["bundled"], optional = true }
32-
strum = { version = "0.26", features = ["derive"] }
32+
strum = { version = "0.27", features = ["derive"] }
3333
terminal-link = "0.1"
3434
time = { version = "0.3", features = ["macros"] }
3535
tracing = "0.1"

0 commit comments

Comments
 (0)