Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 17, 2019
1 parent ed2a484 commit f81bac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indoc"
version = "0.3.3"
version = "0.3.4"
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Indented document literals"
Expand All @@ -14,7 +14,7 @@ edition = "2018"
unstable = ["indoc-impl/unstable"]

[dependencies]
indoc-impl = { version = "=0.3.3", path = "impl" }
indoc-impl = { version = "=0.3.4", path = "impl" }
proc-macro-hack = "0.5.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indoc-impl"
version = "0.3.3"
version = "0.3.4"
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Indented document literals"
Expand Down

0 comments on commit f81bac8

Please sign in to comment.