diff options
| author | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> | 2026-08-10 02:47:59 +0200 |
|---|---|---|
| committer | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> | 2026-08-10 02:47:59 +0200 |
| signature | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> This commit was signed with a verified signature.
| |
| commit | d212af6e8f4236be97b5e768462d9ca3d7f5e904 (patch) | |
| tree | 64955e05014d444f7f878d089251512892cb37af | |
| parent | 1b664963f5d9dce8d8ff45be7bbaf9bed278a590 (diff) | |
| download | aurcade-d212af6e8f4236be97b5e768462d9ca3d7f5e904.tar.gz aurcade-d212af6e8f4236be97b5e768462d9ca3d7f5e904.zip | |
bump version to 0.2.3
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ version = 4 [[package]] name = "aurcade" -version = "0.2.2" +version = "0.2.3" dependencies = [ "serde", "toml", @@ -1,6 +1,6 @@ [package] name = "aurcade" -version = "0.2.2" +version = "0.2.3" edition = "2024" [dependencies] |