Skip to content

Commit 6239c98

Browse files
committed
Update rlviser spec
1 parent e389d3e commit 6239c98

File tree

4 files changed

+58
-85
lines changed

4 files changed

+58
-85
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.9.0"
2+
version = "0.9.1"
33
name = "rlviser"
44
edition = "2024"
55
publish = false
@@ -19,8 +19,8 @@ thiserror = "2.0"
1919
rust_search = "2.1.0"
2020
crossbeam-channel = "0.5.12"
2121
itertools = "0.14.0"
22-
bincode = "2.0"
23-
zip = "6.0.0"
22+
bincode = "3.0"
23+
zip = "7.0.0"
2424
image = { version = "0.25.1", features = ["tga"], default-features = false }
2525
tracing = { version = "*", features = ["release_max_level_error"] }
2626
itoa = "1.0.15"

0 commit comments

Comments
 (0)