File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,7 @@ unchecked_duration_subtraction = "deny"
6161unreachable = " deny"
6262missing_docs_in_private_items = " deny"
6363arithmetic_side_effects = " deny"
64+
65+ # https://github.com/orxfun/orx-pseudo-default/issues/11
66+ [patch .crates-io ]
67+ orx-pseudo-default = { git = " https://github.com/orxfun/orx-pseudo-default?rev=1.4.0" , tag = " 1.4.0" }
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.2.28 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.37 AS rust-ci
44
55COPY_SRC :
66 FUNCTION
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ allow-git = [
5858 " https://github.com/txpipe/kes" ,
5959 " https://github.com/txpipe/curve25519-dalek" ,
6060 " https://github.com/input-output-hk/mithril" ,
61+ " https://github.com/orxfun/orx-pseudo-default" ,
6162]
6263
6364[licenses ]
You can’t perform that action at this time.
0 commit comments