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

Commit 086a201

Browse files
committed
Release 0.5.4
1 parent f29c59f commit 086a201

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.5.3"
3+
version = "0.5.4"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Procedural macros in expression position"

nested/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-nested"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Support for nested proc-macro-hack invocations"

0 commit comments

Comments
 (0)