Skip to content

Commit 9393f39

Browse files
committed
Bump pla-rust
1 parent 102ab38 commit 9393f39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extras/lbf-nix/lbf-rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ let
8484
text = ''
8585
num-bigint = "0.4.4"
8686
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"] }
87+
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust", features = [ "lbf", ], rev = "c9e09c867decdcb6e405b1231dad447436c820c5" }
8888
'';
8989
};
9090

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

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ serde_json = "1.0.108"
1111
num-bigint = "0.4.4"
1212
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust", features = [
1313
"lbf",
14-
], rev = "3faa5644813888117ad0697c9131bce138cfbd3e" }
14+
], rev = "c9e09c867decdcb6e405b1231dad447436c820c5" }

0 commit comments

Comments
 (0)