Skip to content

Commit 525dda4

Browse files
committed
fix: revert back smol dependency because it broke windows build
1 parent 76095b0 commit 525dda4

File tree

2 files changed

+165
-50
lines changed

2 files changed

+165
-50
lines changed

Cargo.lock

Lines changed: 164 additions & 49 deletions
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
@@ -13,7 +13,7 @@ rosu-pp = { version = "2.0.0" }
1313
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
1414
serde_json = "1.0.140"
1515
serde_repr = "0.1.20"
16-
smol = "2.0.2"
16+
smol = "1.3.0"
1717
futures-util = { version = "0.3.31", default-features = false, features = ["sink"] }
1818
tracy-client = { version = "0.16.4", default-features = false }
1919
async-dup = "1.2.2"

0 commit comments

Comments
 (0)