mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-28 10:05:10 +01:00
Fix cargo features
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -30,7 +30,6 @@ jobs:
|
||||
-p cdk --no-default-features,
|
||||
-p cdk --no-default-features --features wallet,
|
||||
-p cdk --no-default-features --features mint,
|
||||
-p cdk --no-default-features --features all-nuts,
|
||||
-p cdk-redb
|
||||
]
|
||||
steps:
|
||||
@@ -65,7 +64,6 @@ jobs:
|
||||
-p cdk,
|
||||
-p cdk --no-default-features,
|
||||
-p cdk --no-default-features --features wallet,
|
||||
-p cdk --no-default-features --features all-nuts,
|
||||
-p cdk-js
|
||||
]
|
||||
steps:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[language-server.rust-analyzer.config]
|
||||
cargo = { features = [ "wallet", "mint", "all-nuts" ] }
|
||||
cargo = { features = ["wallet", "mint"] }
|
||||
|
||||
Reference in New Issue
Block a user