diff options
| author | Max Audron <audron@cocaine.farm> | 2021-06-23 19:09:41 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-06-23 19:10:24 +0200 |
| commit | c34afc3f443d9a0744a45c988cd2ab8d93ee4160 (patch) | |
| tree | b203e12ad7cea74dd53f80ab24118a5acb1bb0fb /macros/Cargo.toml | |
| parent | publish macros subcrate (diff) | |
add ability to use path and dotted syntax for functions
Diffstat (limited to '')
| -rw-r--r-- | macros/Cargo.toml | 2 |
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] |
