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

Commit ea5be07

Browse files
committed
Release 0.1.9
1 parent 54c948e commit ea5be07

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.8"
3+
version = "0.1.9"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ readme = "README.md"
1212
travis-ci = { repository = "dtolnay/paste" }
1313

1414
[dependencies]
15-
paste-impl = { version = "=0.1.8", path = "impl" }
15+
paste-impl = { version = "=0.1.9", path = "impl" }
1616
proc-macro-hack = "0.5.9"
1717

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

0 commit comments

Comments
 (0)