File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ repo-docs:
4949# Its also fast.
5050check-python :
5151 FROM python-ci+python-base
52-
52+
5353 DO python-ci+LINT_PYTHON
5454
5555# Sync standard configs.
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ allow-git = [
6363 " https://github.com/input-output-hk/mithril" ,
6464 # Maintained fork of an archived crates-io version.
6565 " https://github.com/dariusc93/rust-ipfs" ,
66+ # TODO(dt-iohk): remove this when changes from forked flutter_rust_bridge are merged into the official version
67+ " https://github.com/input-output-hk/catalyst_flutter_rust_bridge" ,
6668]
6769
6870[licenses ]
@@ -109,7 +111,6 @@ crate = "ring"
109111expression = " MIT"
110112license-files = [{ path = " LICENSE" , hash = 0xbd0eed23 }]
111113
112-
113114# SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses
114115# https://spdx.org/licenses/OpenSSL.html
115116# ISC - Both BoringSSL and ring use this for their new files
You can’t perform that action at this time.
0 commit comments