Skip to content

Commit 101db37

Browse files
committed
Changes ratchet dependency versions to 1.0
1 parent 94121dd commit 101db37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ proc-macro2 = "1.0"
132132
syn = "1.0"
133133
quote = "1.0.3"
134134
num-bigint = "0.4"
135-
ratchet = { package = "ratchet_rs", version = "1.0.2" }
136-
ratchet_fixture = "1.0.2"
135+
ratchet = { package = "ratchet_rs", version = "1.0" }
136+
ratchet_fixture = "1.0"
137137
flate2 = "1.0.22"
138138
bitflags = "2.5"
139139
rocksdb = "0.22"

0 commit comments

Comments
 (0)