From 7c7a1233f5f930f7b6ba0713f0629f6bfeb35db3 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 26 Feb 2026 15:28:14 +0100 Subject: [PATCH] Fix formatting in Cargo.toml --- port/assimp_rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/assimp_rs/Cargo.toml b/port/assimp_rs/Cargo.toml index fc28cc2dc..d059ba382 100644 --- a/port/assimp_rs/Cargo.toml +++ b/port/assimp_rs/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -bindgen = "*" \ No newline at end of file +bindgen = "*"