Skip to content

Commit

Permalink
Release 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 15, 2020
1 parent 4caf78a commit 63102a8
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 = "paste"
version = "0.1.16"
version = "0.1.17"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/dtolnay/paste"
readme = "README.md"

[dependencies]
paste-impl = { version = "=0.1.16", path = "impl" }
paste-impl = { version = "=0.1.17", path = "impl" }
proc-macro-hack = "0.5.9"

[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 = "paste-impl"
version = "0.1.16"
version = "0.1.17"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 63102a8

Please sign in to comment.