Changed dev-dtos to new repo
This commit is contained in:
parent
16f9b31a70
commit
9454ba6664
|
@ -432,7 +432,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "dev-dtos"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git#400f705ead30467cadc96d7aef6a3163f323df45"
|
||||
source = "git+https://git.franklinblanco.dev/franklinblanco/dev-dtos.git#6ca6a736799e1d8479912f5ee110df66bc473d05"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"serde",
|
||||
|
|
|
@ -13,5 +13,5 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
|
||||
#openssl = { version = "0.10", features = ["vendored"] }
|
||||
err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" }
|
||||
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" }
|
||||
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" }
|
||||
actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" }
|
Loading…
Reference in New Issue