From 9c1f06a0a7cf3a63cad1560260ca82776661f895 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Wed, 1 Nov 2023 06:34:22 -0700 Subject: [PATCH] Update Cargo.toml (#1001) 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"