Skip to content

Commit e06b39a

Browse files
committed
Release version 0.18.2
I previously tried to upgrade the version, but since I was using an old checkout my change was simply eliminated from the commit during merge. This PR actually cuts a new version (0.18.2).
1 parent 761937b commit e06b39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 = "ipc-channel"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
description = "A multiprocess drop-in replacement for Rust channels"
55
authors = ["The Servo Project Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)