diff options
| author | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> | 2026-08-10 04:16:17 +0200 |
|---|---|---|
| committer | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> | 2026-08-10 04:16:17 +0200 |
| signature | Sebastian Korotkiewicz <skorotkiewicz@gmail.com> This commit was signed with a verified signature.
| |
| commit | 2525ee7c4085dd846adbd7351d1645ed122ea6d5 (patch) | |
| tree | 64ce2496b16652d53b6125dd9b676a89b181e460 | |
| parent | 27f41c67d4baf685557a52f2adefac38ecacde23 (diff) | |
| download | aurcade-2525ee7c4085dd846adbd7351d1645ed122ea6d5.tar.gz aurcade-2525ee7c4085dd846adbd7351d1645ed122ea6d5.zip | |
Bump version to 0.2.4
| -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.3" +version = "0.2.4" dependencies = [ "serde", "toml", @@ -1,6 +1,6 @@ [package] name = "aurcade" -version = "0.2.3" +version = "0.2.4" edition = "2024" [dependencies] |