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:
parent
9853a1396b
commit
59494ded32
@ -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",
|
||||||
]
|
]
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user