Skip to content

Commit

Permalink
Merge pull request #191 from mlabs-haskell/szg251/use-published-pla
Browse files Browse the repository at this point in the history
Use published plutus-ledger-api-rust
  • Loading branch information
szg251 authored Feb 9, 2024
2 parents a8b4877 + ba079bf commit 3e45d7d
Show file tree
Hide file tree
Showing 6 changed files with 27,182 additions and 6,699 deletions.
2 changes: 1 addition & 1 deletion extras/lbf-nix/lbf-rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ let
{
num-bigint = "~0.4";
serde_json = { version = "^1.0"; features = [ "arbitrary_precision" ]; };
plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust"; features = [ "lbf" ]; rev = "d66d39c949f59e543c91ee36377c93422d8e9d75"; };
plutus-ledger-api = { path = "../plutus-ledger-api-0.1.0"; features = [ "lbf" ]; };
};

crateVersions = opts: with (lbfRustOpts opts);
Expand Down
Loading

0 comments on commit 3e45d7d

Please sign in to comment.