chore(3p/sources): Bump channels & overlays

* //users/tazjin/predlozhnik: bump wasm-bindgen & run `cargo update`

* //users/Profpatsch/writers:
  use proper keyword syntax to make make flake8 happy.

* //third_party/nixpkgs: pick binaryen from stable channel

Change-Id: Ia711d8c396aa09b78413d80f35eedf63fa315596
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6118
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
sterni 2022-08-22 12:30:52 +02:00
parent fdc5763f5b
commit df7cd63fa1
5 changed files with 76 additions and 66 deletions

View file

@ -45,7 +45,7 @@ let
} ''
import test_lib
assert(test_lib.test() == "test 1 2 3")
assert test_lib.test() == "test 1 2 3"
'');
in