From cd976b73393a15b03c5fec0f115aaff2f552265d Mon Sep 17 00:00:00 2001 From: Felipe Date: Sat, 1 Apr 2023 23:22:52 -0400 Subject: [PATCH] 0.2.0 (#18) Co-authored-by: Felipe Contreras Salinas Reviewed-on: https://oolong.ludwig.dog/pitbuster/huellas/pulls/18 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fcc92c..90e7efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,7 +512,7 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "huellas" -version = "0.1.5" +version = "0.2.0" dependencies = [ "axum", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 76a6091..5ba0f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huellas" -version = "0.1.5" +version = "0.2.0" edition = "2021" license = "AGPL-3.0" links = "sqlite"