Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit c1ca97d

Browse files
committed
Release 0.1.13
1 parent dd8fc9f commit c1ca97d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paste"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ repository = "https://github.com/dtolnay/paste"
99
readme = "README.md"
1010

1111
[dependencies]
12-
paste-impl = { version = "=0.1.12", path = "impl" }
12+
paste-impl = { version = "=0.1.13", path = "impl" }
1313
proc-macro-hack = "0.5.9"
1414

1515
[dev-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 = "paste-impl"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)