Release independent packages

preserves@2.4.1
preserves-path@4.0.1
preserves-schema@3.0.1
preserves-tools@3.0.1

Generated by cargo-workspaces
This commit is contained in:
Tony Garnock-Jones 2022-10-26 13:31:17 +02:00
parent 1804fa3918
commit b5e2eeae46
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-path"
version = "4.0.0"
version = "4.0.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of preserves-path, a query language for Preserves documents."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-schema"
version = "3.0.0"
version = "3.0.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of Preserves Schema code generation and support for Rust."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-tools"
version = "3.0.0"
version = "3.0.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Command-line utilities for working with Preserves documents."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves"
version = "2.4.0"
version = "2.4.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of the Preserves serialization format via serde."