mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 05:25:18 +00:00
compliance: Fix futures dependency (#55003)
We need this nowaways outside of the octocrab feature too Release Notes: - N/A
This commit is contained in:
parent
a8ae1677a3
commit
0e5da4cbd4
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@ license = "GPL-3.0-or-later"
|
|||
workspace = true
|
||||
|
||||
[features]
|
||||
octo-client = ["dep:octocrab", "dep:jsonwebtoken", "dep:futures", "dep:tokio"]
|
||||
octo-client = ["dep:octocrab", "dep:jsonwebtoken", "dep:tokio"]
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
derive_more.workspace = true
|
||||
futures = { workspace = true, optional = true }
|
||||
futures.workspace = true
|
||||
itertools.workspace = true
|
||||
jsonwebtoken = { version = "10.2", features = ["use_pem"], optional = true }
|
||||
octocrab = { version = "0.49", default-features = false, features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue