From f7acf7f5347ad03086b677ac31600fadbc4416d3 Mon Sep 17 00:00:00 2001 From: FlareFlo Date: Mon, 22 Jan 2024 17:35:15 +0100 Subject: [PATCH] Update wt_blk dependency to master branch --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46b4fe9..b83f0f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2362,7 +2362,7 @@ dependencies = [ [[package]] name = "wt_blk" version = "0.1.2" -source = "git+https://github.com/Warthunder-Open-Source-Foundation/wt_blk?branch=streaming-serializer#c2bd7bc7ceb1f021a08bbbdf4fbe60a93ebb9bd3" +source = "git+https://github.com/Warthunder-Open-Source-Foundation/wt_blk?branch=master#025ebe8b636d3a0dea71eff129a03a51eacee8d7" dependencies = [ "cfg-if", "color-eyre", @@ -2372,6 +2372,7 @@ dependencies = [ "rayon", "serde", "serde_json", + "static_assertions", "strum", "thiserror", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 49e7f03..fa8bc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ curl-github-api = [] [dependencies] clap = {version = "4.1.9", features = ["cargo"]} -wt_blk = {git = "https://github.com/Warthunder-Open-Source-Foundation/wt_blk", branch = "streaming-serializer"} +wt_blk = {git = "https://github.com/Warthunder-Open-Source-Foundation/wt_blk", branch = "master"} #wt_blk = {path = "../wt_blk"} thiserror = "^1.0" rayon = "^1.7.0"