From 4e916dc3e8c02db3d92d780690d2b1128c3d220a Mon Sep 17 00:00:00 2001 From: G2-Games Date: Mon, 4 Nov 2024 05:22:19 -0600 Subject: [PATCH] Add dev branch of file-format temporarily --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8740c9..64b1c17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" blake3 = { version = "1.5.4", features = ["mmap", "rayon", "serde"] } chrono = { version = "0.4.38", features = ["serde"] } ciborium = "0.2.2" -file-format = { version = "0.25.0", features = ["reader"] } +file-format = { git="https://github.com/mmalecot/file-format.git", branch="dev", features = ["reader"] } log = "0.4" lz4_flex = "0.11.3" maud = { version = "0.26", features = ["rocket"] }