Skip to content

Commit

Permalink
chore(update): update wasm-bindgen to 0.2.97
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Dec 2, 2024
1 parent eac6c90 commit 9a200a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Cargo.lock
node_modules/**
.direnv/**
.envrc
.DS_Store
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ targets = ["wasm32-unknown-unknown"]
talc = { version = "4.4", default-features = false, features = ["lock_api"] }
diesel = { version = "2.2", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] }
diesel_derives = "2.2"
wasm-bindgen = "=0.2.95"
wasm-bindgen = "=0.2.97"
wasm-bindgen-futures = "0.4"
js-sys = { version = "0.3" }
tracing = { version = "0.1", default-features = false }
Expand All @@ -30,7 +30,7 @@ serde-wasm-bindgen = "0.6"
thiserror = "1"

[dev-dependencies]
wasm-bindgen-test = "=0.3.45"
wasm-bindgen-test = "=0.3.47"
console_error_panic_hook = { version = "0.1"}
rand = "0.8"
getrandom = { version = "0.2", features = ["js"] }
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
flake-utils.url = "github:numtide/flake-utils";
};

outputs = { nixpkgs, flake-utils, fenix, environments, ... }@inputs:
outputs = { nixpkgs, flake-utils, fenix, environments, ... }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
Expand All @@ -20,7 +20,7 @@
linters = import "${environments}/linters.nix" { inherit pkgs; };
rust-toolchain = fenixPkgs.fromToolchainFile {
file = ./rust-toolchain;
sha256 = "sha256-VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
sha256 = "sha256-s1RPtyvDGJaX/BisLT+ifVfuhDT1nZkZ1NcK8sbwELM=";
};
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs;
Expand Down

0 comments on commit 9a200a1

Please sign in to comment.