Skip to content

Commit

Permalink
Remove toolchain from ignored folders. We do not use toolchain anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 21, 2024
1 parent 4c9e34c commit 60207b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
"qos_p256",
"qos_nsm",
]
exclude = ["init", "qos_aws", "qos_system", "toolchain","qos_enclave", "eif_build"]
exclude = ["init", "qos_aws", "qos_system", "qos_enclave", "eif_build"]
# We need this to avoid issues with the mock feature unintentionally being
# enabled just because some tests need it.
# https://nickb.dev/blog/cargo-workspace-and-the-feature-unification-pitfall/
Expand Down

0 comments on commit 60207b9

Please sign in to comment.