From 4464f8fa3bad521e5603ff12638cdad87bf4eecb Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 12 Jan 2020 16:12:41 -0800 Subject: update repository path and explicitly version deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2d496d2..7f472f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,16 +4,16 @@ name = "yaxpeax-x86" version = "0.0.1" authors = [ "iximeow " ] license = "0BSD" -repository = "x86-rs" +repository = "http://git.iximeow.net/yaxpeax-x86/" description = "rust x86-64 decoder" [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } "num-traits" = "0.2" "termion" = "1.4.0" -"serde" = "*" -"serde_json" = "*" -"serde_derive" = "*" +"serde" = "1.0" +"serde_json" = "1.0" +"serde_derive" = "1.0" [[test]] name = "test" -- cgit v1.1