From 0828dedf962416d472fbcd8e0ae0ad3c86e7cae9 Mon Sep 17 00:00:00 2001 From: Bennett Hardwick Date: Thu, 30 Jan 2025 09:53:27 +1100 Subject: [PATCH] rust: release version 0.14.1 (#1324) ### Changelog None ### Docs None ### Description Bump the Rust version to 0.14.1 to release the `into_inner` changes. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 81124d6ae..696da3fa7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ categories = [ "science::robotics", "compression" ] repository = "https://github.com/foxglove/mcap" documentation = "https://docs.rs/mcap" readme = "README.md" -version = "0.14.0" +version = "0.14.1" edition = "2021" license = "MIT"