From 5e3a7ecc74c2bee118230743b798c75b1ba24e0c Mon Sep 17 00:00:00 2001 From: kennytm Date: Sat, 5 Mar 2016 17:46:19 +0800 Subject: [PATCH] Remove star requirement. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b17ffd..7162709 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qrcode" description = "QR code encoder in Rust" license = "Apache-2.0" -version = "0.1.6" +version = "0.1.7" authors = ["kennytm "] keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust" @@ -13,7 +13,7 @@ exclude = [ ] [dependencies] -num = "*" +num = "0.1" [features] bench = []