From fad3c9c198ebe8172fcdd7b751ab6ca82fb75dad Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Fri, 2 Mar 2018 14:39:18 +0100 Subject: [PATCH] bump version to 0.1.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 526d409..b3276c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-asm" -version = "0.1.10" +version = "0.1.11" authors = ["gnzlbg "] description = "A cargo subcommand that displays the generated assembly of Rust source code." license = "MIT/Apache-2.0"