This commit is contained in:
Felipe 2023-05-22 21:13:38 -04:00
parent 93e465e94f
commit 343ac6ca45
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -617,7 +617,7 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]] [[package]]
name = "huellas" name = "huellas"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"axum", "axum",
"axum-test-helper", "axum-test-helper",

View file

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