From 9d1db2d71f992664f3640938a3bd27de558f9b45 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 29 Oct 2023 21:47:06 +0100 Subject: [PATCH] Bump versions manually again --- implementations/rust/preserves-path/Cargo.toml | 2 +- implementations/rust/preserves-schema/Cargo.toml | 2 +- implementations/rust/preserves-tools/Cargo.toml | 2 +- implementations/rust/preserves/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/implementations/rust/preserves-path/Cargo.toml b/implementations/rust/preserves-path/Cargo.toml index 385fe70..37425d5 100644 --- a/implementations/rust/preserves-path/Cargo.toml +++ b/implementations/rust/preserves-path/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves-path" -version = "4.990.0" +version = "4.990.1" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of preserves-path, a query language for Preserves documents." diff --git a/implementations/rust/preserves-schema/Cargo.toml b/implementations/rust/preserves-schema/Cargo.toml index d43deb6..80f7557 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.3" +version = "3.990.4" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of Preserves Schema code generation and support for Rust." diff --git a/implementations/rust/preserves-tools/Cargo.toml b/implementations/rust/preserves-tools/Cargo.toml index e483c74..ca70a12 100644 --- a/implementations/rust/preserves-tools/Cargo.toml +++ b/implementations/rust/preserves-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves-tools" -version = "3.990.0" +version = "3.990.1" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Command-line utilities for working with Preserves documents." diff --git a/implementations/rust/preserves/Cargo.toml b/implementations/rust/preserves/Cargo.toml index 6d8bd77..a7e525b 100644 --- a/implementations/rust/preserves/Cargo.toml +++ b/implementations/rust/preserves/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "3.990.2" +version = "3.990.3" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."