Skip to main content

max / pom

v0.3.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-03-22 05:33 UTC
Commit: 69503fb5d98d5980a35dcc4f7c6cfabb1c961109
Parent: fa85ab4
2 files changed, +2 insertions, -2 deletions
M Cargo.lock +1 -1
@@ -1665,7 +1665,7 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1665 1665
1666 1666 [[package]]
1667 1667 name = "pom"
1668 - version = "0.3.1"
1668 + version = "0.3.2"
1669 1669 dependencies = [
1670 1670 "axum",
1671 1671 "chrono",
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "pom"
3 - version = "0.3.1"
3 + version = "0.3.2"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6