Skip to content

Commit 9de228b

Browse files
allow patched git sources in cargo-deny
1 parent 1f65d7e commit 9de228b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

deny.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,15 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"]
231231
# List of URLs for allowed Git repositories
232232
allow-git = [
233233
# Only used by the unpublished doc-gen crate, temporarily until PR is merged: https://github.com/ConnorGray/clap-markdown/pull/48
234-
"https://github.com/ConnorGray/clap-markdown?rev=42956b342cef3325d9060fc43995d595e7c8aa66"
234+
"https://github.com/ConnorGray/clap-markdown?rev=42956b342cef3325d9060fc43995d595e7c8aa66",
235+
236+
# Temporary patches, remove once the following PRs are merged and released:
237+
# https://github.com/stellar/rs-stellar-xdr/pull/566
238+
"https://github.com/stellar/rs-stellar-xdr?rev=99a031a6f6a0935f68c073705651bd1addca1fd4",
239+
# https://github.com/stellar/rs-soroban-sdk/pull/1970
240+
"https://github.com/stellar/rs-soroban-sdk?rev=c68e1aff76c79998d9e765f8cce0aef727fb86db",
241+
# https://github.com/stellar/rs-stellar-rpc-client/pull/108
242+
"https://github.com/stellar/rs-stellar-rpc-client?rev=e0d44a0b97959820e855eb9058e2114ac390c1fa",
235243
]
236244

237245
[sources.allow-org]

0 commit comments

Comments
 (0)