Specified err version
This commit is contained in:
parent
bd7af1029a
commit
35593e445d
|
@ -15,4 +15,4 @@ actix-web = "4.1.0"
|
||||||
serde_json = { version = "1" }
|
serde_json = { version = "1" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
log = { version = "0.4", features = ["serde"] }
|
log = { version = "0.4", features = ["serde"] }
|
||||||
err = { git = "https://github.com/franklinblanco/err.git" }
|
err = { git = "https://github.com/franklinblanco/err.git", version = "0.1"}
|
Loading…
Reference in New Issue