diff options
| author | Teddy Wing | 2017-11-22 19:55:13 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2017-11-22 20:03:24 +0100 | 
| commit | 4f7c22a6ddf98a483946c1994d203747b00b51cc (patch) | |
| tree | 290b75f235d80fe111a667a6fc9ce0de5eff0afd | |
| parent | b39c3a38a2e587cc2d8e2e7c402d8337978ae02b (diff) | |
| download | kipper-0.0.3.tar.bz2 | |
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
3 files changed, 8 insertions, 2 deletions
| @@ -1,6 +1,12 @@  CHANGELOG  ========= +v0.0.3 (2017-11-22): +	Changes: + +	* Listen on `0.0.0.0` instead of `127.0.0.1` to facilitate running the +	  server inside a Docker container. +  v0.0.2 (2017-11-17):  	Fixes: @@ -1,6 +1,6 @@  [root]  name = "kipper" -version = "0.0.2" +version = "0.0.3"  dependencies = [   "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",   "json 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@  [package]  name = "kipper" -version = "0.0.2" +version = "0.0.3"  [dependencies]  getopts = "0.2.15" | 
