Skip to content

Commit 1a1c6c7

Browse files
author
jared
committed
Merge remote-tracking branch 'origin/main' into jared/follow-flake-lang-as-much-as-possible
2 parents b9ca572 + 3e45d7d commit 1a1c6c7

File tree

6 files changed

+17547
-5269
lines changed

6 files changed

+17547
-5269
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)