aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-23 19:09:41 +0200
committerMax Audron <audron@cocaine.farm>2021-06-23 19:10:24 +0200
commitc34afc3f443d9a0744a45c988cd2ab8d93ee4160 (patch)
treeb203e12ad7cea74dd53f80ab24118a5acb1bb0fb /macros/Cargo.toml
parentpublish macros subcrate (diff)
add ability to use path and dotted syntax for functions
Diffstat (limited to '')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index c4e57a2..b4e8639 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "catinator_macros"
-version = "0.1.0"
+version = "0.2.0"
edition = "2018"
[lib]