diff options
author | gennyble <gen@nyble.dev> | 2025-08-19 20:24:21 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-08-19 20:24:21 -0500 |
commit | 645e9496b8e0d6c6b7e7e6254760e816b9fc3382 (patch) | |
tree | 7f7753dc276f4e25d4ddf814dba431c2e1934b5e /stats/Cargo.toml | |
parent | 323a50d29815fc1b15bbacac69442f23f4bee156 (diff) | |
download | corgi-645e9496b8e0d6c6b7e7e6254760e816b9fc3382.tar.gz corgi-645e9496b8e0d6c6b7e7e6254760e816b9fc3382.zip |
rework database; 1000x uptick in corgi-stats performance
Diffstat (limited to 'stats/Cargo.toml')
-rw-r--r-- | stats/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/Cargo.toml b/stats/Cargo.toml index a012b94..c7e36b1 100644 --- a/stats/Cargo.toml +++ b/stats/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corgi-stats" -version = "0.1.0" +version = "1.1.0" edition = "2024" [dependencies] |