Skip to content

Commit 8d7caac

Browse files
committed
Merge branch 'main' into feat/voting-formats
2 parents f47ebd4 + 11401c9 commit 8d7caac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repo-docs:
4949
# Its also fast.
5050
check-python:
5151
FROM python-ci+python-base
52-
52+
5353
DO python-ci+LINT_PYTHON
5454

5555
# Sync standard configs.

rust/deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
109111
expression = "MIT"
110112
license-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

0 commit comments

Comments
 (0)