Skip to content

Commit e00a80b

Browse files
committed
lbt-plutus-rust: Tempararily add git ref for pla-rust
1 parent 2b6118d commit e00a80b

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

extras/lbf-nix/lbf-rust.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,12 @@ let
7878
'';
7979
};
8080

81-
#
8281
crateVersions = pkgs.writeTextFile {
8382
name = "lambda-buffers-crate-versions";
8483
text = ''
8584
num-bigint = "0.4.4"
8685
serde_json = { version = "1.0.107", features = ["arbitrary_precision"] }
87-
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust", features = [ "lbf", ], rev = "c9e09c867decdcb6e405b1231dad447436c820c5" }
86+
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust", features = [ "lbf", ], ref = "szg251/fix-lbf", rev = "4460f2ff8af7993a24209ebe28df5ef9b3b3b397" }
8887
'';
8988
};
9089

testsuites/lbt-plutus/lbt-plutus-rust/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testsuites/lbt-plutus/lbt-plutus-rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7+
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust", features = [
8+
"lbf",
9+
], ref = "szg251/fix-lbf", rev = "4460f2ff8af7993a24209ebe28df5ef9b3b3b397" }
710
lbf-plutus-rust-golden-api = { path = ".extras/lbf-plutus-rust-golden-api" }
811
lbf-prelude = { path = ".extras/lbf-prelude" }
912
lbr-prelude = { path = ".extras/lbr-prelude" }
1013
serde_json = "1.0.108"
1114
num-bigint = "0.4.4"
12-
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust", features = [
13-
"lbf",
14-
], rev = "c9e09c867decdcb6e405b1231dad447436c820c5" }

0 commit comments

Comments
 (0)