prepare for publishing on crates.io
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 28 Oct 2020 23:52:40 +0000 (16:52 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 28 Oct 2020 23:52:40 +0000 (16:52 -0700)
Cargo.lock
Cargo.toml
power-instruction-analyzer-proc-macro/Cargo.toml

index 964046b5c5b8256a84417fc29cf07908234ee8a5..67a0a6491a6dd00c71d0e0f6220f4c1b859dff4e 100644 (file)
@@ -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",
index 2c6a622c983734aa96e85d2f8358a1a1f2fc2348..e6834dada9470ca9e5af15208eead17efa6198e3 100644 (file)
@@ -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 <programmerjake@gmail.com>"]
 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 = [
index 7c4df5c4ea73729ebf2fcbb9fd85361f07493046..e8ab039c1c71e5cce2b15458ecadb9cdb16233e2 100644 (file)
@@ -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 <programmerjake@gmail.com>"]
 edition = "2018"
 license = "LGPL-2.1-or-later"