Skip to content

Commit 45e556b

Browse files
committed
Update plutus-ledger-api-rust to latest master revision
1 parent 286c76f commit 45e556b

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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 = "fb93fa590908580eb40368369bf6614d42ce9a95" }
8888
'';
8989
};
9090

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

Lines changed: 6 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ lbf-plutus-rust-golden-api = { path = ".extras/lbf-plutus-rust-golden-api" }
88
lbf-prelude = { path = ".extras/lbf-prelude" }
99
serde_json = "1.0.108"
1010
num-bigint = "0.4.4"
11+
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust", features = [
12+
"lbf",
13+
], rev = "fb93fa590908580eb40368369bf6614d42ce9a95" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/nix/store/x6rvb998apb8vnlz321khgnjfnzd3s5x-data
1+
/nix/store/n0xq697krm3rcjb7hxh51nvlaysnswda-data

0 commit comments

Comments
 (0)