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