fix https://bugs.libre-soc.org/show_bug.cgi?id=661
[power-instruction-analyzer.git] / Cargo.toml
index d1ed811e072dafd8d739e1a5bacc96b3c89edbc4..80697a01a25f622ddfab331efe9dcb3dd42a5bfd 100644 (file)
@@ -2,7 +2,7 @@
 # See Notices.txt for copyright information
 [package]
 name = "power-instruction-analyzer"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
 edition = "2018"
 license = "LGPL-2.1-or-later"
@@ -26,10 +26,10 @@ pyo3 = { version = "0.11", optional = true }
 
 [dependencies.power-instruction-analyzer-proc-macro]
 path = "power-instruction-analyzer-proc-macro"
-version = "=0.2.0"
+version = "=0.2.1"
 
 [workspace]
 members = [
     ".",
     "power-instruction-analyzer-proc-macro",
-]
\ No newline at end of file
+]