Version 0.5.13

This commit is contained in:
Pauan 2020-10-20 12:17:33 +02:00
parent b7f893e2e2
commit 8ecf715c31
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "dominator"
version = "0.5.12"
version = "0.5.13"
authors = ["Pauan <pauanyu+github@pm.me>"]
description = "Zero cost declarative DOM library using FRP signals"
repository = "https://github.com/Pauan/rust-dominator"
@ -18,7 +18,7 @@ default = ["wasm-bindgen/enable-interning"]
[dependencies]
lazy_static = "1.3.0"
discard = "1.0.3"
pin-project = "0.4.17"
pin-project = "1.0.1"
futures-channel = "0.3.0"
futures-util = "0.3.0"
futures-signals = "0.3.5"