From f50a94ad206d0a37ec5433ef9c5010d6cec7ea66 Mon Sep 17 00:00:00 2001 From: ohchase Date: Sat, 20 Apr 2024 09:26:01 -0400 Subject: [PATCH] Version 0.6.0, more breaking changes and dependency upgrades --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4018282..0d446a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "divert" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Rust Lang bindings for Recast Navigation" homepage = "https://github.com/ohchase/divert"