Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Nov 29, 2018
1 parent c85045d commit d4c5121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typed-html-macros"
version = "0.1.0"
version = "0.1.1"
authors = ["Bodil Stokke <bodil@bodil.org>"]
build = "build.rs"
license = "MPL-2.0+"
Expand Down
4 changes: 2 additions & 2 deletions typed-html/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typed-html"
version = "0.1.0"
version = "0.1.1"
authors = ["Bodil Stokke <bodil@bodil.org>"]
license = "MPL-2.0+"
description = "Type checked JSX for Rust"
Expand All @@ -15,7 +15,7 @@ travis-ci = { repository = "bodil/typed-html" }
maintenance = { status = "actively-developed" }

[dependencies]
typed-html-macros = { path = "../macros" }
typed-html-macros = "0.1.1"
strum = "0.11.0"
strum_macros = "0.11.0"
mime = "0.3.12"
Expand Down

0 comments on commit d4c5121

Please sign in to comment.