diff options
author | sterni <sternenseemann@systemli.org> | 2022-10-06T20·21+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-10-06T23·23+0000 |
commit | 059dea0e3286ffc7d4d87e0a9960f879efb52428 (patch) | |
tree | ce3a4fd683aa8bffb372e0c7ca711786ec6d6020 /corp/tvixbolt/Cargo.toml | |
parent | 4d19955580427165a86e82f2ff5c5d04fc34b467 (diff) |
chore(3p/sources): Bump channels & overlays r/5046
* //3p/overlays: kill electrum override applied upstream * //corp/tvixbolt, //users/tazjin/predlozhnik: update wasm-bindgen to match nixpkgs and run `cargo update` Change-Id: If4327112832fd0c7938962dd8d3888d4730b7532 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6874 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'corp/tvixbolt/Cargo.toml')
-rw-r--r-- | corp/tvixbolt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corp/tvixbolt/Cargo.toml b/corp/tvixbolt/Cargo.toml index fa05350db644..c448f9fe42c5 100644 --- a/corp/tvixbolt/Cargo.toml +++ b/corp/tvixbolt/Cargo.toml @@ -13,7 +13,7 @@ serde_urlencoded = "*" # pinned by yew web-sys = "*" # pinned by yew # needs to be in sync with nixpkgs -wasm-bindgen = "= 0.2.82" +wasm-bindgen = "= 0.2.83" [dependencies.rnix] git = "https://github.com/nix-community/rnix-parser.git" |