Skip to content

Commit 1eb449b

Browse files
authored
chore(update): update wasm-bindgen to 0.2.97 (#15)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated `.gitignore` to ignore `.DS_Store` files. - Updated dependency versions in `Cargo.toml` for `wasm-bindgen` and `wasm-bindgen-test`. - Modified `flake.nix` to adjust function parameters and update hash values without introducing new functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d4ffe51 commit 1eb449b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Cargo.lock
2929
node_modules/**
3030
.direnv/**
3131
.envrc
32+
.DS_Store

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ targets = ["wasm32-unknown-unknown"]
2020
talc = { version = "4.4", default-features = false, features = ["lock_api"] }
2121
diesel = { version = "2.2", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"] }
2222
diesel_derives = "2.2"
23-
wasm-bindgen = "=0.2.95"
23+
wasm-bindgen = "=0.2.97"
2424
wasm-bindgen-futures = "0.4"
2525
js-sys = { version = "0.3" }
2626
tracing = { version = "0.1", default-features = false }
@@ -30,7 +30,7 @@ serde-wasm-bindgen = "0.6"
3030
thiserror = "1"
3131

3232
[dev-dependencies]
33-
wasm-bindgen-test = "=0.3.45"
33+
wasm-bindgen-test = "=0.3.47"
3434
console_error_panic_hook = { version = "0.1"}
3535
rand = "0.8"
3636
getrandom = { version = "0.2", features = ["js"] }

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
flake-utils.url = "github:numtide/flake-utils";
1010
};
1111

12-
outputs = { nixpkgs, flake-utils, fenix, environments, ... }@inputs:
12+
outputs = { nixpkgs, flake-utils, fenix, environments, ... }:
1313
flake-utils.lib.eachDefaultSystem (system:
1414
let
1515
pkgs = import nixpkgs { inherit system; };
@@ -20,7 +20,7 @@
2020
linters = import "${environments}/linters.nix" { inherit pkgs; };
2121
rust-toolchain = fenixPkgs.fromToolchainFile {
2222
file = ./rust-toolchain;
23-
sha256 = "sha256-VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
23+
sha256 = "sha256-s1RPtyvDGJaX/BisLT+ifVfuhDT1nZkZ1NcK8sbwELM=";
2424
};
2525
nativeBuildInputs = with pkgs; [ pkg-config ];
2626
buildInputs = with pkgs;

0 commit comments

Comments
 (0)