fix: specify internal dependency versions
This commit is contained in:
parent
930eac1313
commit
bdc9066141
1 changed files with 2 additions and 2 deletions
|
|
@ -63,8 +63,8 @@ insta = { version = "1.17.1", features = ["ron", "redactions"] }
|
||||||
path_macro = "1.0.0"
|
path_macro = "1.0.0"
|
||||||
|
|
||||||
# Included crates
|
# Included crates
|
||||||
rustypipe = { path = ".", default-features = false }
|
rustypipe = { path = ".", version = "0.1.0", default-features = false }
|
||||||
rustypipe-downloader = { path = "./downloader", default-features = false }
|
rustypipe-downloader = { path = "./downloader", version = "0.1.0", default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["default-tls"]
|
default = ["default-tls"]
|
||||||
|
|
|
||||||
Reference in a new issue