From f63f3a585477736f93e86a9b851e53809bd856db Mon Sep 17 00:00:00 2001 From: Felipe Date: Mon, 22 May 2023 21:14:35 -0400 Subject: [PATCH] 0.2.1 (#23) Co-authored-by: Felipe Contreras Salinas Reviewed-on: https://oolong.ludwig.dog/pitbuster/huellas/pulls/23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7274e6e..fbb642a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,7 +617,7 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "huellas" -version = "0.2.0" +version = "0.2.1" dependencies = [ "axum", "axum-test-helper", diff --git a/Cargo.toml b/Cargo.toml index e34816b..d2ac76d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huellas" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "AGPL-3.0" links = "sqlite"