fix: version numbering

This commit is contained in:
2025-07-15 16:52:16 +03:00
parent 545b1d385f
commit 32ad6514ab
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "filecaster-derive"
version = "0.2.0"
version = "0.2.1"
edition = "2024"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
description = "Procedural derive macro for `filecaster`: automatically implement `FromFile` for your structs."