From 35c9751c6fd0f38be6d769338f5b00f40056a95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 07:40:06 +0000 Subject: [PATCH] Update Rust crate burn to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c800f93..198c671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.85.1" [workspace.dependencies] # Core Burn dependencies -burn = { version = "0.18.0", features = ["std"], default-features = false } +burn = { version = "0.19.0", features = ["std"], default-features = false } burn-import = { version = "0.18.0", default-features = false } # Error handling