Cargo versioning

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

4
Cargo.lock generated
View File

@ -390,8 +390,8 @@ dependencies = [
[[package]]
name = "err"
version = "0.1.0"
source = "git+https://github.com/franklinblanco/err.git?branch=master#93ff7e8e5cff0b3032e897a92ce583851cdeaf96"
version = "0.1.1"
source = "git+https://github.com/franklinblanco/err.git?branch=master#42237f4a4be71530933f920f7e5eb6dbf1d0c75e"
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", branch = "master" }
err = { git = "https://github.com/franklinblanco/err.git", version = "0.1.1", branch = "master" }