From 59494ded325b1c2affbc7e174e178c6a9ea3f15c Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Thu, 12 Aug 2021 10:51:22 +0200 Subject: [PATCH] Release 0.4.1-alpha.0 pslink-app@0.4.1-alpha.0 pslink-shared@0.4.1-alpha.0 Generated by cargo-workspaces --- app/Cargo.toml | 4 ++-- shared/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Cargo.toml b/app/Cargo.toml index afaad79..ec88797 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["url", "link", "webpage", "actix", "web"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/enaut/pslink/" -version = "0.4.0" +version = "0.4.1-alpha.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -34,4 +34,4 @@ features = [ "IntersectionObserver", "IntersectionObserverInit", "IntersectionObserverEntry", -] \ No newline at end of file +] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 679ee26..46714cc 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0" name = "pslink-shared" readme = "../pslink/README.md" repository = "https://github.com/enaut/pslink/" -version = "0.4.0" +version = "0.4.1-alpha.0" [dependencies] serde = "1.0" chrono = {version = "0.4", features = ["serde"] } enum-map = {version="1", features = ["serde"]} strum_macros = "0.21" -strum = "0.21" \ No newline at end of file +strum = "0.21"