Skip to content

Commit

Permalink
moved "markup" crate exception into correct config file
Browse files Browse the repository at this point in the history
  • Loading branch information
friedemannsommer committed Dec 7, 2023
1 parent edceb9c commit a03ccbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ skip-tree = []
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []
allow-git = ["https://github.com/utkarshkukreti/markup.rs"]
5 changes: 0 additions & 5 deletions licensing/about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,3 @@ license = "ISC"
path = 'LICENSE'
license = 'ISC'
checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a'

[sources]
allow-git = [
"https://github.com/utkarshkukreti/markup.rs",
]

0 comments on commit a03ccbf

Please sign in to comment.