From 79cfca93ce94b690bfe716c34b1b931b8f0d0dcb Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 29 May 2026 16:37:28 +0200 Subject: [PATCH] chore: switch trtexec-rs back to RustNN main --- trtexec-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trtexec-rs/Cargo.toml b/trtexec-rs/Cargo.toml index 1404fcb..883f6c6 100644 --- a/trtexec-rs/Cargo.toml +++ b/trtexec-rs/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true [dependencies] rustnn = { git = "https://github.com/rustnn/rustnn/", features = [ "trtx-runtime", -], default-features = false, branch = "v1.5-prep" } +], default-features = false, branch = "main" } nvidia-nvtx = { version = "0.2", git = "https://github.com/NVIDIA/NVTX", branch = "release-v3" } log = "0.4"