From f0bb834b7ee4430c131e7227caefef1a01c73cf3 Mon Sep 17 00:00:00 2001 From: Brian Schwind Date: Sat, 31 Aug 2024 20:12:38 +0900 Subject: [PATCH] Bump occt-sys to version 0.5.1 --- crates/occt-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/occt-sys/Cargo.toml b/crates/occt-sys/Cargo.toml index 515896c..2f2256c 100644 --- a/crates/occt-sys/Cargo.toml +++ b/crates/occt-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "occt-sys" description = "Static build of the C++ OpenCascade CAD Kernel for use as a Rust dependency" authors = ["Brian Schwind ", "Matěj Laitl "] license = "LGPL-2.1" -version = "0.5.0" +version = "0.5.1" edition = "2021" repository = "https://github.com/bschwind/opencascade-rs"