release: 🔖 v0.0.2

This commit is contained in:
Lucas Colombo 2024-03-31 01:38:37 -03:00
parent 72890fcbee
commit 637b4be730
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -61,7 +61,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lool"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"bitflags",
"dtt",

View File

@ -1,6 +1,6 @@
[package]
name = "lool"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
description = "🧳 lool » lucode.ar rust common utilities"
authors = ["Lucas Colombo <lucas@lucode.ar>"]