From af5de5b836ffc51999db93797d1995ff677cf6f8 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 27 Oct 2023 14:04:14 +0200 Subject: [PATCH] Release independent packages preserves@3.990.2 preserves-schema@3.990.2 Generated by cargo-workspaces --- implementations/rust/preserves-schema/Cargo.toml | 2 +- implementations/rust/preserves/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/implementations/rust/preserves-schema/Cargo.toml b/implementations/rust/preserves-schema/Cargo.toml index 153382d..2705a40 100644 --- a/implementations/rust/preserves-schema/Cargo.toml +++ b/implementations/rust/preserves-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves-schema" -version = "3.990.1" +version = "3.990.2" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of Preserves Schema code generation and support for Rust." diff --git a/implementations/rust/preserves/Cargo.toml b/implementations/rust/preserves/Cargo.toml index 95adf9c..6d8bd77 100644 --- a/implementations/rust/preserves/Cargo.toml +++ b/implementations/rust/preserves/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "3.990.1" +version = "3.990.2" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."