From 055bcacdd37cc124041b7185dec7d58683872431 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Fri, 8 Nov 2024 01:58:41 -0600 Subject: [PATCH] Updated `file-format` to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 386b3d1..c4beaf6 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 = { git="https://github.com/mmalecot/file-format.git", branch="dev", features = ["reader"] } +file-format = { version = "0.26", features = ["reader"] } log = "0.4" lz4_flex = "0.11.3" maud = { version = "0.26", features = ["rocket"] }