Skip to content

Commit

Permalink
Publishing sauron 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 26, 2019
1 parent 4e3ca89 commit 32c1bd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sauron"
version = "0.4.0"
version = "0.5.0"
authors = [ "Jovansonlee Cesar <[email protected]>" ]
license = "MIT"
description = "An html library for building client side webapps"
Expand All @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
js-sys = "0.3.19"
sauron_vdom = "0.4.0"
sauron_vdom = "0.5.0"
maplit = "1.0.1"
wasm-bindgen = "0.2.42"
lazy_static = "1.3.0"
Expand Down Expand Up @@ -67,8 +67,8 @@ members = [
]

[replace]
"sauron:0.4.0" = { path = "." }
"sauron_vdom:0.4.0" = { path = "crates/sauron_vdom" }
"sauron:0.5.0" = { path = "." }
"sauron_vdom:0.5.0" = { path = "crates/sauron_vdom" }


[profile.release]
Expand Down

0 comments on commit 32c1bd3

Please sign in to comment.