summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Griffon <anthony.griffon@club-internet.fr>2019-10-14 00:07:43 +0200
committerDoug Tangren <d.tangren@gmail.com>2019-10-13 18:07:43 -0400
commitdf9e408e4b39729ac22af28628a3ff2c69194d9a (patch)
tree59e269f9bcf5ba9ca5ac49a467f9bfcd4ccfcbb7 /Cargo.toml
parent1d6c11f12b2b24e1be67476989dc22c4e4935351 (diff)
Add 'publish' method to expose a port (#198)
* Renamed 'expose' to 'port' and add 'expose' to expose a port without linking it to the host * update Version to 0.5.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 81f1c6d..acd35cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "shiplift"
-version = "0.5.0"
+version = "0.5.1"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A Rust interface for maneuvering Docker containers"
documentation = "https://docs.rs/shiplift"