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 = []