Skip to content

Commit 94121dd

Browse files
committed
Adds missing ratchet dependency alias
1 parent c22f2f8 commit 94121dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ proc-macro2 = "1.0"
132132
syn = "1.0"
133133
quote = "1.0.3"
134134
num-bigint = "0.4"
135-
ratchet = "1.0.2"
135+
ratchet = { package = "ratchet_rs", version = "1.0.2" }
136136
ratchet_fixture = "1.0.2"
137137
flate2 = "1.0.22"
138138
bitflags = "2.5"

0 commit comments

Comments
 (0)