release: 🔖 v0.0.1

This commit is contained in:
Lucas Colombo 2024-03-30 16:13:40 -03:00
parent 41944ba7ee
commit 15cedaaccf
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
4 changed files with 9 additions and 4 deletions

View File

@ -4,7 +4,7 @@
"Taskfile.yaml": true,
".cocorc": true,
".task": true,
// ".cargo": true,
".cargo": true,
// "Cargo.toml": true,
// 📦

2
Cargo.lock generated
View File

@ -26,7 +26,7 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "lool"
version = "0.0.0-alpha.0"
version = "0.0.1"
dependencies = [
"bitflags",
"eyre",

View File

@ -1,8 +1,8 @@
[package]
name = "lool"
version = "0.0.0-alpha.0"
version = "0.0.1"
edition = "2021"
description = "🧳 » lool » lucode.ar rust common utilities"
description = "🧳 lool » lucode.ar rust common utilities"
authors = ["Lucas Colombo <lucas@lucode.ar>"]
[profile.release]

View File

@ -33,3 +33,8 @@ tasks:
desc: 🧪 test lool
cmds:
- cargo nextest run
publish:
desc: 🚀 publish lool
cmds:
- cargo publish --registry lugit