summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-25 00:52:21 -0700
committeriximeow <me@iximeow.net>2021-07-25 00:52:21 -0700
commitf997b427899821b963d7ac079260b21d6dc7b0af (patch)
tree1a8add6d3d3070682e9bda61a54166512fa96482 /Cargo.toml
parent62ef4122f60825f4868c982c6a45900545c817bf (diff)
fix `Serialize` and `Deserialize` derives failing when use-serde is enabledHEAD0.1.1no-gods-no-
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a9bbc7a..88bd433 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yaxpeax-pic18"
-version = "0.1.0"
+version = "0.1.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-pic18/"