From a5c39b89c3e04161deb5bf54b04b6824c9f9577a Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 25 Sep 2022 12:09:18 -0400 Subject: [PATCH] a --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baf985f..507d709 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ actix-web = "4.1.0" serde_json = { version = "1" } serde = { version = "1.0", features = ["derive"] } log = { version = "0.4", features = ["serde"] } -err = { git = "https://github.com/franklinblanco/err.git", version = "0.1"} \ No newline at end of file +err = { git = "https://github.com/franklinblanco/err.git", version = "0.1.0"} \ No newline at end of file