From 35593e445d1b1db17e23542bc646d0b0741d04be Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 25 Sep 2022 12:08:38 -0400 Subject: [PATCH] Specified err version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f68181d..baf985f 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" } \ No newline at end of file +err = { git = "https://github.com/franklinblanco/err.git", version = "0.1"} \ No newline at end of file