Included fixes:
* //3p/overlays: tdlib override no longer needed (bump has landed upstream)
* //corp/{predlozhnik,tvixbolt}: bump wasm-bindgen to match nixpkgs
Home-manager has not been bumped as it has introduced an
incompatibility with Nix 2.3
Change-Id: I96ac3462b82c73db1ba23be03d7968f10abc9b53
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8033
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: sterni <sternenseemann@systemli.org>
12 lines
192 B
TOML
12 lines
192 B
TOML
[package]
|
|
name = "predlozhnik"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
maplit = "1.0"
|
|
lazy_static = "1.4"
|
|
yew = "0.19"
|
|
|
|
# needs to be in sync with nixpkgs
|
|
wasm-bindgen = "= 0.2.84"
|