From 1caf83a5264852f8c880367275cff097f6b8c984 Mon Sep 17 00:00:00 2001 From: Eric Buehler <65165915+EricLBuehler@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:29:48 -0400 Subject: [PATCH] Update Cargo.toml --- mistralrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistralrs/Cargo.toml b/mistralrs/Cargo.toml index f0532e3a0..2aec4cf6b 100644 --- a/mistralrs/Cargo.toml +++ b/mistralrs/Cargo.toml @@ -12,7 +12,7 @@ license.workspace = true homepage.workspace = true [dependencies] -mistralrs-core = { version = "0.3.0", path = "../mistralrs-core" } +mistralrs-core = { version = "0.3.1", path = "../mistralrs-core" } anyhow.workspace = true tokio.workspace = true candle-core.workspace = true