From 03e1b307797b5fa84c9b3d3ce5ae2ffe4b5007a2 Mon Sep 17 00:00:00 2001 From: Christian Vetter Date: Tue, 23 Jul 2024 15:53:18 +0200 Subject: [PATCH] Bump version and release minor Rust fixes (#245) Signed-off-by: Christian Vetter --- flatdata-rs/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatdata-rs/lib/Cargo.toml b/flatdata-rs/lib/Cargo.toml index cfe374db..d0b47151 100644 --- a/flatdata-rs/lib/Cargo.toml +++ b/flatdata-rs/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatdata" -version = "0.5.5" +version = "0.5.7" authors = ["boxdot ", "Christian Vetter ", "Gabriel FĂ©ron "] license = "Apache-2.0" description = "Rust implementation of flatdata"