ci: add release workflow
This commit is contained in:
parent
c9f86c31f9
commit
9b7bd4c40c
4 changed files with 36 additions and 3 deletions
|
|
@ -62,6 +62,10 @@ tokio-test = "0.4.2"
|
|||
insta = { version = "1.17.1", features = ["ron", "redactions"] }
|
||||
path_macro = "1.0.0"
|
||||
|
||||
# Included crates
|
||||
rustypipe = { path = ".", default-features = false }
|
||||
rustypipe-downloader = { path = "./downloader", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["default-tls"]
|
||||
|
||||
|
|
|
|||
Reference in a new issue