summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-25 00:45:34 -0700
committeriximeow <me@iximeow.net>2021-07-25 00:45:34 -0700
commit21edf4da3e6a78631132919773c7c430f8a81fac (patch)
treec889f611d37b2896e9b8ec3c269583327b0f5f60 /Cargo.toml
parentda3785555ffa4e80dcdea930169923b29ced743c (diff)
fix `struct PIC17` not being exported with `use-serde` 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 2837a20..c2022d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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/"