From 85c04c49f73291ab2a203f219abcf99f8250448a Mon Sep 17 00:00:00 2001 From: Will Usher Date: Fri, 28 Apr 2023 21:21:34 -0700 Subject: [PATCH] 4.0.0: Breaking change release, changes material API to use Option --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b95297..fd5f16a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tobj" -version = "3.2.5" +version = "4.0.0" edition = "2021" authors = ["Will Usher ", "Moritz Moeller "] description = "A lightweight OBJ loader in the spirit of tinyobjloader"