versioning
This commit is contained in:
parent
debd954c11
commit
416e44e849
|
@ -391,7 +391,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "err"
|
||||
version = "0.1.1"
|
||||
source = "git+https://github.com/franklinblanco/err.git?branch=master#42237f4a4be71530933f920f7e5eb6dbf1d0c75e"
|
||||
source = "git+https://github.com/franklinblanco/err.git#42237f4a4be71530933f920f7e5eb6dbf1d0c75e"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
|
@ -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.1", branch = "master" }
|
||||
err = { git = "https://github.com/franklinblanco/err.git" }
|
Loading…
Reference in New Issue