From fad38f64281e2ec67afc41f756afbfe27443ff62 Mon Sep 17 00:00:00 2001 From: David Irvine Date: Sun, 23 Aug 2015 00:39:40 +0100 Subject: [PATCH] bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf65a6079..fb430ec94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crust" -version = "0.2.5" +version = "0.2.6" authors = ["MaidSafe Developers "] description = "Peer-to-peer networking library. Automatically reconnect and manage connections." documentation = "http://maidsafe.net/crust/latest" diff --git a/README.md b/README.md index 8d096fdf7..7036bbef0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Several methods are used for NAT traversal, UpNP, hole punching [See here for TC ## Future work -- [ ] [MAID-1142] (https://maidsafe.atlassian.net/browse/MAID-1142) Add UTP protocol support to crust +- [x] [MAID-1142] (https://maidsafe.atlassian.net/browse/MAID-1142) Add UTP protocol support to crust - [ ] [MAID-1140] (https://maidsafe.atlassian.net/browse/MAID-1140) Memory-mapped file I/O for bootstrap file - [ ] Have ConnectionManager guarantee at most one connection between any two nodes - [ ] Utp Networking