From 01971fcc14392d5bfb27b05cf69416b652be04a0 Mon Sep 17 00:00:00 2001 From: Lukas Schmierer Date: Wed, 15 Mar 2023 16:45:32 +0100 Subject: [PATCH] Release 0.1.2 fhirbolt@0.1.2 fhirbolt-model@0.1.2 fhirbolt-serde@0.1.2 fhirbolt-shared@0.1.2 Generated by cargo-workspaces --- fhirbolt-model/Cargo.toml | 2 +- fhirbolt-serde/Cargo.toml | 2 +- fhirbolt-shared/Cargo.toml | 2 +- fhirbolt/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fhirbolt-model/Cargo.toml b/fhirbolt-model/Cargo.toml index 7052e59f..f44ee75e 100644 --- a/fhirbolt-model/Cargo.toml +++ b/fhirbolt-model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fhirbolt-model" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Lukas Schmierer "] description = "Internal model library of the fhirbolt project" diff --git a/fhirbolt-serde/Cargo.toml b/fhirbolt-serde/Cargo.toml index b748a839..3719372e 100644 --- a/fhirbolt-serde/Cargo.toml +++ b/fhirbolt-serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fhirbolt-serde" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Lukas Schmierer "] description = "Internal serde library of the fhirbolt project" diff --git a/fhirbolt-shared/Cargo.toml b/fhirbolt-shared/Cargo.toml index 5de579ee..1da08f59 100644 --- a/fhirbolt-shared/Cargo.toml +++ b/fhirbolt-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fhirbolt-shared" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Lukas Schmierer "] description = "Internal shared library of the fhirbolt project" diff --git a/fhirbolt/Cargo.toml b/fhirbolt/Cargo.toml index caf95788..9785a7e0 100644 --- a/fhirbolt/Cargo.toml +++ b/fhirbolt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fhirbolt" -version = "0.1.0" +version = "0.1.2" edition = "2021" authors = ["Lukas Schmierer "] description = "FHIR library"