Skip to content

Commit 9b9de32

Browse files
authored
fix(rust): Fix rust build (#201)
* bump cat-ci * patch orx-pseudo-default
1 parent 9fad6e7 commit 9b9de32

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

rust/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ unchecked_duration_subtraction = "deny"
6161
unreachable = "deny"
6262
missing_docs_in_private_items = "deny"
6363
arithmetic_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" }

rust/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 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

55
COPY_SRC:
66
FUNCTION

rust/deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)