Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
Reviewed-on: #16
This commit is contained in:
Felipe 2023-03-28 02:04:17 -03:00
parent 2279026a81
commit 20be3a1a1e
Signed by: Ludwig
GPG key ID: 441A26F83D31FAFF
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"