diff options
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/lib.rs | 1 | 
3 files changed, 5 insertions, 2 deletions
| @@ -1,3 +1,7 @@ +# 0.1.1 + +fix `struct PIC17` not being exported with `use-serde` enabled +  # 0.1.0  update yaxpeax-arch to 0.2.3, fix some API differences @@ -1,7 +1,7 @@  [package]  name = "yaxpeax-pic17" -version = "0.1.0" +version = "0.1.1"  authors = [ "iximeow <me@iximeow.net>" ]  license = "0BSD"  repository = "http://git.iximeow.net/yaxpeax-pic17/" @@ -18,7 +18,6 @@ pub struct Instruction {  }  #[cfg_attr(feature="use-serde", derive(Serialize, Deserialize))] -#[cfg(not(feature="use-serde"))]  #[derive(Debug)]  pub struct PIC17; | 
