ci: add release workflow
This commit is contained in:
parent
c9f86c31f9
commit
9b7bd4c40c
4 changed files with 36 additions and 3 deletions
|
|
@ -39,8 +39,8 @@ rustls-tls-native-roots = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
rustypipe = { path = "../", default-features = false }
|
||||
rustypipe-downloader = { path = "../downloader", default-features = false }
|
||||
rustypipe.workspace = true
|
||||
rustypipe-downloader.workspace = true
|
||||
reqwest.workspace = true
|
||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||
futures.workspace = true
|
||||
|
|
|
|||
Reference in a new issue