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

Commit 213a049

Browse files
committed
Release 0.2.2
1 parent e8739d9 commit 213a049

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.2.1"
3+
version = "0.2.2"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Procedural functionlike!() macros using only Macros 1.1"

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 = "demo-hack-impl"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["David Tolnay <[email protected]>"]
55

66
[lib]

demo-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demo-hack"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["David Tolnay <[email protected]>"]
55

66
[dependencies]

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["David Tolnay <[email protected]>"]
55

66
[dependencies]

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.2.1"
3+
version = "0.2.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)