chore(users/Profpatsch/netencode): update serde
Was messing around with serde and trying to build serde_json something, might as well commit this. Change-Id: I60f87aa3180f750fa171eca7f9c375ed053f8456 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2537 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
2469f0b423
commit
ee9da33576
1 changed files with 4 additions and 4 deletions
|
@ -36,16 +36,16 @@ let
|
|||
|
||||
serde_derive = pkgs.buildRustCrate {
|
||||
pname = "serde";
|
||||
version = "1.0.118";
|
||||
crateName = "serde";
|
||||
sha256 = "1kbi2csphq8m4z77fpd6v8jih10j7867wniqnlxnk308mrnxi4r2";
|
||||
version = "1.0.123";
|
||||
sha256 = "05xl2s1vpf3p7fi2yc9qlzw88d5ap0z3qmhmd7axa6pp9pn1s5xc";
|
||||
};
|
||||
|
||||
serde = pkgs.buildRustCrate {
|
||||
pname = "serde";
|
||||
version = "1.0.118";
|
||||
crateName = "serde";
|
||||
sha256 = "1kbi2csphq8m4z77fpd6v8jih10j7867wniqnlxnk308mrnxi4r2";
|
||||
version = "1.0.123";
|
||||
sha256 = "05xl2s1vpf3p7fi2yc9qlzw88d5ap0z3qmhmd7axa6pp9pn1s5xc";
|
||||
features = [ "std" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue