From 4d9c0356f364113b6bc34bfebec529dc9d0bffcf Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 13 Feb 2024 11:55:28 +0100 Subject: [PATCH] Add note --- .cargo/deny.toml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cargo/deny.toml b/.cargo/deny.toml index 2e64ced..95a34ed 100644 --- a/.cargo/deny.toml +++ b/.cargo/deny.toml @@ -1,2 +1,2 @@ -[bans] -deny = [{ name = "openssl" }] +[licenses] +allow = ["Unicode-DFS-2016", "MIT", "Apache-2.0"] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9bc9952..062bab6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file