Skip to content

Commit

Permalink
bump fst native to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Oct 4, 2024
1 parent 3cbd394 commit 3862a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2"
version = "0.11.3"
edition = "2021"
# we require the `div_ceil` method on integers
rust-version = "1.73.0"
Expand All @@ -21,7 +21,7 @@ keywords = ["vcd", "fst", "waveform", "wavedump"]

[workspace.dependencies]
bytesize = "1.3.0"
fst-native = "0.8.2"
fst-native = "0.8.3"
leb128 = "0.2.5"
lz4_flex = "0.11.3"
memmap2 = "0.9.5"
Expand Down

0 comments on commit 3862a4a

Please sign in to comment.