chore: bump sipp to v0.2.0 0dcec0f6
Steve Simkins · 2026-04-18 15:36 2 file(s) · +2 −2
Cargo.lock +1 −1
4202 4202
4203 4203
[[package]]
4204 4204
name = "sipp-so"
4205 -
version = "0.1.6"
4205 +
version = "0.2.0"
4206 4206
dependencies = [
4207 4207
 "andromeda-auth",
4208 4208
 "andromeda-db",
apps/sipp/Cargo.toml +1 −1
1 1
[package]
2 2
name = "sipp-so"
3 -
version = "0.1.6"
3 +
version = "0.2.0"
4 4
edition = "2024"
5 5
description = "Minimal code sharing - single binary for web server, CLI, and TUI"
6 6
license = "MIT"