fix https://bugs.libre-soc.org/show_bug.cgi?id=661
[power-instruction-analyzer.git] / power-instruction-analyzer-proc-macro / Cargo.toml
index 3ca7cb586b5c2a20ec6b83c2efe569c20b0d1807..6b1b1931a79443906ae4206d5aeb15e11f027806 100644 (file)
@@ -2,7 +2,7 @@
 # See Notices.txt for copyright information
 [package]
 name = "power-instruction-analyzer-proc-macro"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
 edition = "2018"
 license = "LGPL-2.1-or-later"
@@ -14,4 +14,4 @@ proc-macro = true
 [dependencies]
 quote = "1.0"
 proc-macro2 = "1.0"
-syn = { version = "1.0", features = ["full", "parsing", "extra-traits"] }
\ No newline at end of file
+syn = { version = "1.0", features = ["full", "parsing", "extra-traits"] }