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

Commit 6ad3d59

Browse files
committed
Release 0.1.6
1 parent ec1f9da commit 6ad3d59

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,6 +1,6 @@
11
[package]
22
name = "paste"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["David Tolnay <[email protected]>"]
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", path = "impl" }
12+
paste-impl = { version = "=0.1.6", path = "impl" }
1313
proc-macro-hack = "0.5"
1414

1515
[workspace]

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.5"
3+
version = "0.1.6"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)