Skip to content

Commit

Permalink
Add unicode-3.0 licnese to deny.toml allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Nov 7, 2024
1 parent cad1d0b commit 2e988b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ allow = [
"Unicode-DFS-2016",
"Zlib",
"MPL-2.0", # https://fossa.com/blog/open-source-software-licenses-101-mozilla-public-license-2-0/
"Unicode-3.0"
]

[[licenses.clarify]]
Expand Down
2 changes: 1 addition & 1 deletion src/rpc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Quic RPC implemenation for docs.
//! Quic RPC implementation for docs.
use proto::RpcService;
use quic_rpc::server::{ChannelTypes, RpcChannel};
Expand Down

0 comments on commit 2e988b0

Please # to comment.