From 7733d2932608ab68c5a51f3be84d9d63eaf3d301 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrienberaud@gmail.com>
Date: Wed, 21 Oct 2015 00:10:16 -0400
Subject: [PATCH] add supported msgpack versions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d8d30dc4..6ed668ed 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ This project is independent from another project called OpenDHT (Sean Rhea. Ph.D
 
 Dependencies
 -
-- msgpack-c, used for data serialisation.
+- msgpack-c 1.0+, used for data serialisation.
 - GnuTLS 3.1+, used to compute hashes and for the identity layer.
 - Nettle 2.4+, a GnuTLS dependency for crypto.
 - Build tested with GCC 4.8+ (Linux, Android, Windows with MinGW), Clang/LLVM (Linux, OS X).
-- 
GitLab