Skip to content

Commit 7d6585e

Browse files
committed
fix: pull rosu-mem from crates.io
1 parent 969ef63 commit 7d6585e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 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
@@ -4,7 +4,7 @@ version = "2.0.1"
44
edition = "2021"
55

66
[dependencies]
7-
rosu-mem = { git = "https://github.com/486c/rosu-mem.git", tag = "v2.0.0" }
7+
rosu-mem = "2.0.0"
88
async-tungstenite = "0.29.1"
99
cfg-if = "1.0.0"
1010
clap = { version = "4.5.32", default-features = false, features = ["std", "derive", "env"] }

0 commit comments

Comments
 (0)