From 140320f7f67782aa886d1b6d87c437e10e576774 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Tue, 31 Oct 2023 20:51:52 -0700 Subject: [PATCH] Update Cargo.toml Bump the mcap library to v0.9.0 to release the wasm compatible version. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bfe81be99e..d194adf369 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.8.0" +version = "0.9.0" edition = "2021" license = "MIT"