versioning

This commit is contained in:
Franklin 2022-09-25 12:12:23 -04:00
parent a5c39b89c3
commit 27082931e1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -391,7 +391,7 @@ dependencies = [
[[package]]
name = "err"
version = "0.1.0"
source = "git+https://github.com/franklinblanco/err.git#93ff7e8e5cff0b3032e897a92ce583851cdeaf96"
source = "git+https://github.com/franklinblanco/err.git?branch=master#93ff7e8e5cff0b3032e897a92ce583851cdeaf96"
dependencies = [
"serde",
]

View File

@ -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.0"}
err = { git = "https://github.com/franklinblanco/err.git", version = "0.1.0", branch = "master" }