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

Commit ca72ba4

Browse files
committed
Release 0.1.18
1 parent 1b5c954 commit ca72ba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paste"
3-
version = "0.1.17"
3+
version = "0.1.18"
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.17", path = "impl" }
12+
paste-impl = { version = "=0.1.18", path = "impl" }
1313
proc-macro-hack = "0.5.9"
1414

1515
[dev-dependencies]

impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paste-impl"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)