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

Commit 5fac850

Browse files
committed
Release 0.2.0
1 parent 8acff33 commit 5fac850

File tree

6 files changed

+7
-7
lines changed

6 files changed

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ implementation crate:
6868

6969
```toml
7070
[dependencies]
71-
proc-macro-hack = "0.1"
72-
proc-macro-hack-impl = "0.1"
71+
proc-macro-hack = "0.2"
72+
proc-macro-hack-impl = "0.2"
7373
```
7474

7575
Additionally, your implementation crate (but not your declaration crate) is a

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.1.0"
3+
version = "0.2.0"
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.1.0"
3+
version = "0.2.0"
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.1.0"
3+
version = "0.2.0"
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.1.0"
3+
version = "0.2.0"
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)