From 8524ba2535e9a23576041e208e04695d9d323878 Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 6 Jan 2025 09:06:11 +1100 Subject: [PATCH] bump version number --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d43c19223..8ba03b9a0 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.13.2" +version = "0.13.3" edition = "2021" license = "MIT"