From a6051c2da297a632cefd8f34fde1c60740e90694 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Tue, 3 Apr 2018 14:10:27 +0200 Subject: [PATCH] upgrade version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3276c6..f3ca3b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-asm" -version = "0.1.11" +version = "0.1.12" authors = ["gnzlbg "] description = "A cargo subcommand that displays the generated assembly of Rust source code." license = "MIT/Apache-2.0"