From 5ceb5269bb597d547cb8e192f78e03374e46a326 Mon Sep 17 00:00:00 2001 From: Christian Vetter Date: Tue, 23 Jul 2024 15:47:56 +0200 Subject: [PATCH] Bump version and release minor Rust fixes 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"