Skip to content

Commit

Permalink
Update cargo deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Sep 13, 2023
1 parent d4ef1ce commit 42217a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ unlicensed = "deny"
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
allow = [
"MIT",
"0BSD",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"Unicode-DFS-2016",
"0BSD",
"ISC",
"MIT",
"Unicode-DFS-2016",
]
# List of explictly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/rel.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{
collections::{btree_map, BTreeMap},
fs,
io::{ Write},
io::Write,
path::PathBuf,
time::Instant,
};
Expand Down

0 comments on commit 42217a3

Please sign in to comment.