Skip to content

Commit

Permalink
Relax pla-rust version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
szg251 committed Jan 9, 2025
1 parent 78b4796 commit a443242
Showing 1 changed file with 1 addition and 1 deletion.
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 = { version = "3.0.1"; features = [ "lbf" ]; };
plutus-ledger-api = { version = "^3.0.1"; features = [ "lbf" ]; };
lbr-prelude = { version = "0.1.3"; };
};

Expand Down

0 comments on commit a443242

Please sign in to comment.