Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 13, 2024
1 parent 33fd0ef commit 4d9c035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cargo/deny.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bans]
deny = [{ name = "openssl" }]
[licenses]
allow = ["Unicode-DFS-2016", "MIT", "Apache-2.0"]
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@fix
- uses: EmbarkStudios/cargo-deny-action@fix # change branch name to PR branch if you are changing it
# with:
# manifest-path: test/Cargo.toml

0 comments on commit 4d9c035

Please sign in to comment.