From 960e75c4d5860f328f1b767dbd457b04188f0848 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 28 Oct 2020 16:52:40 -0700 Subject: [PATCH] prepare for publishing on crates.io --- Cargo.lock | 4 ++-- Cargo.toml | 3 ++- power-instruction-analyzer-proc-macro/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 964046b..67a0a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "power-instruction-analyzer" -version = "0.1.0" +version = "0.2.0" dependencies = [ "power-instruction-analyzer-proc-macro", "pyo3", @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "power-instruction-analyzer-proc-macro" -version = "0.1.0" +version = "0.2.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2c6a622..e6834da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ # See Notices.txt for copyright information [package] name = "power-instruction-analyzer" -version = "0.1.0" +version = "0.2.0" authors = ["Jacob Lifshay "] edition = "2018" license = "LGPL-2.1-or-later" @@ -25,6 +25,7 @@ pyo3 = { version = "0.11", optional = true } [dependencies.power-instruction-analyzer-proc-macro] path = "power-instruction-analyzer-proc-macro" +version = "=0.2.0" [workspace] members = [ diff --git a/power-instruction-analyzer-proc-macro/Cargo.toml b/power-instruction-analyzer-proc-macro/Cargo.toml index 7c4df5c..e8ab039 100644 --- a/power-instruction-analyzer-proc-macro/Cargo.toml +++ b/power-instruction-analyzer-proc-macro/Cargo.toml @@ -2,7 +2,7 @@ # See Notices.txt for copyright information [package] name = "power-instruction-analyzer-proc-macro" -version = "0.1.0" +version = "0.2.0" authors = ["Jacob Lifshay "] edition = "2018" license = "LGPL-2.1-or-later" -- 2.30.2