From b9c9778886b4f35353034349a52382a5db76ce22 Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Mon, 24 Jun 2024 14:28:23 -0700 Subject: [PATCH] Bump rust to 0.9.1 (#1187) Releasing changes from #1184 --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d194adf369..6ce4a85fef 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.9.0" +version = "0.9.1" edition = "2021" license = "MIT"