chore: bump cellar to version 0.1.1 0b9c69b2
Steve · 2026-04-04 14:23 2 file(s) · +2 −2
Cargo.lock +1 −1
644 644
645 645
[[package]]
646 646
name = "cellar"
647 -
version = "0.1.0"
647 +
version = "0.1.1"
648 648
dependencies = [
649 649
 "andromeda-auth",
650 650
 "askama 0.15.6",
apps/cellar/Cargo.toml +1 −1
1 1
[package]
2 2
name = "cellar"
3 -
version = "0.1.0"
3 +
version = "0.1.1"
4 4
edition = "2024"
5 5
description = "Personal wine tasting log"
6 6
license = "MIT"