This commit is contained in:
Felipe 2023-03-28 02:03:31 -03:00
parent 2279026a81
commit 874d30bc5f
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -654,7 +654,7 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]] [[package]]
name = "huellas" name = "huellas"
version = "0.1.4" version = "0.1.5"
dependencies = [ dependencies = [
"rocket", "rocket",
"rocket_db_pools", "rocket_db_pools",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "huellas" name = "huellas"
version = "0.1.4" version = "0.1.5"
edition = "2021" edition = "2021"
license = "AGPL-3.0" license = "AGPL-3.0"
links = "sqlite" links = "sqlite"