Skip to content

Commit

Permalink
Remove some of the crypto-primitive checks in the CI
Browse files Browse the repository at this point in the history
The contracts no longer have the crypto-primitives feature as it is not needed.
  • Loading branch information
Bargsteen committed Oct 10, 2023
1 parent 68814b4 commit 03fba11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,6 @@ jobs:
- crypto-primitives

crates:
- examples/nametoken/Cargo.toml
- examples/signature-verifier/Cargo.toml
- examples/cis3-nft-sponsored-txs/Cargo.toml
- examples/credential-registry/Cargo.toml

steps:
Expand Down
1 change: 0 additions & 1 deletion examples/signature-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ concordium-smart-contract-testing = { path = "../../contract-testing" }
[features]
default = ["std", "wee_alloc"]
std = ["concordium-std/std"]
crypto-primitives = ["concordium-std/crypto-primitives"]
wee_alloc = ["concordium-std/wee_alloc"]

[lib]
Expand Down

0 comments on commit 03fba11

Please sign in to comment.