From b2dfbc937b383f5fba59b564ada9c170cb86eec1 Mon Sep 17 00:00:00 2001 From: Iago Bonnici <iago.bonnici@umontpellier.fr> Date: Thu, 7 Mar 2024 14:19:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Temporary=20fix,=20work=20around?= =?UTF-8?q?=20Glog=20subdep=20upgrade.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dae62a9..2444171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,8 @@ serde_with = "3.6.1" statrs = "0.16.0" string-interner = "0.15.0" strip-ansi-escapes = "0.2.0" -tch = "0.15.0" +# Temporary fix, not yet landed on main branch: https://github.com/LaurentMazare/tch-rs/pull/852. +tch = { git = "https://github.com/LaurentMazare/tch-rs", rev = "d068b18", version = "0.15.0" } toml = "0.8.10" unicode-width = "0.1.11" -- GitLab