File tree Expand file tree Collapse file tree 11 files changed +17
-16
lines changed
src/architecture/08_concepts
generators/pages/signed_doc/cddl Expand file tree Collapse file tree 11 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.17 AS mdlint-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.17 AS cspell-ci
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.17 AS python-ci
6- IMPORT github.com/input-output-hk/catalyst-ci:v3.5.17 AS cat-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.27 AS mdlint-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.27 AS cspell-ci
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.27 AS python-ci
6+ IMPORT github.com/input-output-hk/catalyst-ci:v3.5.27 AS cat-ci
77
88FROM debian:stable-slim
99
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.17 AS docs-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.27 AS docs-ci
44
55IMPORT .. AS repo
66
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci
44
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci
44
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci
44
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.17 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.27 AS rust-ci
44IMPORT ../ AS repo-ci
55
66COPY_SRC :
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.17 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.27 AS rust-ci
44
55IMPORT .. AS rust-local
66IMPORT ../.. AS repo
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
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.17 AS python-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.17 AS debian
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.17 AS cue
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.27 AS python-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.27 AS debian
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.27 AS cue
66
77IMPORT ../docs AS docs
88
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci
44
55check-cddl:
66 FROM cddl-ci+cddl-base
You can’t perform that action at this time.
0 commit comments