Skip to content

Commit

Permalink
update fst backend to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Oct 3, 2024
1 parent 2cb866d commit 3cbd394
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = ["wellen"]
default-members = ["wellen"]

[workspace.package]
version = "0.11.1"
version = "0.11.2"
edition = "2021"
# we require the `div_ceil` method on integers
rust-version = "1.73.0"
Expand All @@ -21,17 +21,17 @@ keywords = ["vcd", "fst", "waveform", "wavedump"]

[workspace.dependencies]
bytesize = "1.3.0"
fst-native = "0.8.1"
fst-native = "0.8.2"
leb128 = "0.2.5"
lz4_flex = "0.11.1"
memmap2 = "0.9.0"
rayon = "1.8.0"
num_enum = "0.7.1"
thiserror = "1.0.56"
serde = { version = "1.0.197", features = ["derive"] }
lz4_flex = "0.11.3"
memmap2 = "0.9.5"
rayon = "1.10.0"
num_enum = "0.7.3"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }

# dev dependencies
itertools = "0.12.1"
itertools = "0.13.0"
vcd = "0.7.0"
clap = { version = "4.4.6", features = ["derive"] }
criterion = "0.5"
Expand Down

0 comments on commit 3cbd394

Please sign in to comment.