From 41fcc81a4b434a526cbc0bcba5707811d2060920 Mon Sep 17 00:00:00 2001 From: Joona Aalto Date: Mon, 13 Jan 2025 18:49:54 +0200 Subject: [PATCH] Release `avian_derive` 0.2.2 (#628) # Objective #627 fixed the use of an unmaintained dependency in `avian_derive`. This PR bumps the version number of `avian_derive` to 0.2.2. ## Solution Bump the version number of `avian_derive` to 0.2.2. I have already published this patch release, so projects using Avian should pick it up automatically by running `cargo update`. --- crates/avian_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avian_derive/Cargo.toml b/crates/avian_derive/Cargo.toml index d4a7e9dc..144db728 100644 --- a/crates/avian_derive/Cargo.toml +++ b/crates/avian_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avian_derive" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Joona Aalto "]