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

Commit f16b7d1

Browse files
committed
Release 0.4.2
1 parent 639f493 commit f16b7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro-hack"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Procedural functionlike!() macros using only Macros 1.1"

impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro-hack-impl"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Procedural functionlike!() macros using only Macros 1.1"

0 commit comments

Comments
 (0)