chore: bump
This commit is contained in:
parent
d0b73fb4cc
commit
21e1d8431f
3 changed files with 262 additions and 304 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
/target
|
/target
|
||||||
/.direnv
|
/.direnv
|
||||||
|
.envrc
|
561
Cargo.lock
generated
561
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,7 @@
|
||||||
path = ./.;
|
path = ./.;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-pc3uVPimdjygDHEludRByy7mbXJr//rCf7OfrsW+hDk=";
|
cargoSha256 = "sha256-JTGF9HeEUkj7GWVFz+x4NHhSwEqGqvFShGJSBohDfyM=";
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
packages = forAllSystems (s: let
|
packages = forAllSystems (s: let
|
||||||
|
|
Loading…
Reference in a new issue