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

Commit ed464c1

Browse files
committed
Release 0.4.3
1 parent c52178b commit ed464c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "proc-macro-hack"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Procedural functionlike!() macros using only Macros 1.1"
77
repository = "https://github.com/dtolnay/proc-macro-hack"
88

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

1212
[dev-dependencies]
1313
demo-hack = { version = "0.0.4", path = "demo-hack" }

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.2"
3+
version = "0.4.3"
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)