Release 0.4.1-alpha.0

pslink-app@0.4.1-alpha.0
pslink-shared@0.4.1-alpha.0

Generated by cargo-workspaces
This commit is contained in:
Franz Dietrich 2021-08-12 10:51:22 +02:00
parent 9853a1396b
commit 59494ded32
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ keywords = ["url", "link", "webpage", "actix", "web"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md" readme = "README.md"
repository = "https://github.com/enaut/pslink/" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -34,4 +34,4 @@ features = [
"IntersectionObserver", "IntersectionObserver",
"IntersectionObserverInit", "IntersectionObserverInit",
"IntersectionObserverEntry", "IntersectionObserverEntry",
] ]

View File

@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0"
name = "pslink-shared" name = "pslink-shared"
readme = "../pslink/README.md" readme = "../pslink/README.md"
repository = "https://github.com/enaut/pslink/" repository = "https://github.com/enaut/pslink/"
version = "0.4.0" version = "0.4.1-alpha.0"
[dependencies] [dependencies]
serde = "1.0" serde = "1.0"
chrono = {version = "0.4", features = ["serde"] } chrono = {version = "0.4", features = ["serde"] }
enum-map = {version="1", features = ["serde"]} enum-map = {version="1", features = ["serde"]}
strum_macros = "0.21" strum_macros = "0.21"
strum = "0.21" strum = "0.21"