Skip to content

Commit 3e45d7d

Browse files
authored
Merge pull request #191 from mlabs-haskell/szg251/use-published-pla
Use published plutus-ledger-api-rust
2 parents a8b4877 + ba079bf commit 3e45d7d

File tree

6 files changed

+27182
-6699
lines changed

6 files changed

+27182
-6699
lines changed

extras/lbf-nix/lbf-rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ let
8686
{
8787
num-bigint = "~0.4";
8888
serde_json = { version = "^1.0"; features = [ "arbitrary_precision" ]; };
89-
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust"; features = [ "lbf" ]; rev = "d66d39c949f59e543c91ee36377c93422d8e9d75"; };
89+
plutus-ledger-api = { path = "../plutus-ledger-api-0.1.0"; features = [ "lbf" ]; };
9090
};
9191

9292
crateVersions = opts: with (lbfRustOpts opts);

0 commit comments

Comments
 (0)