Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 19, 2021
1 parent c52178b commit ed464c1
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,13 +1,13 @@
[package]
name = "proc-macro-hack"
version = "0.4.2"
version = "0.4.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Procedural functionlike!() macros using only Macros 1.1"
repository = "https://github.com/dtolnay/proc-macro-hack"

[dependencies]
proc-macro-hack-impl = { version = "=0.4.2", path = "impl" }
proc-macro-hack-impl = { version = "=0.4.3", path = "impl" }

[dev-dependencies]
demo-hack = { version = "0.0.4", path = "demo-hack" }
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 = "proc-macro-hack-impl"
version = "0.4.2"
version = "0.4.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Procedural functionlike!() macros using only Macros 1.1"
Expand Down

0 comments on commit ed464c1

Please sign in to comment.