chore: bump MSRV to 1.91

Otherwise cargo install wasm-pack doesn't work
This commit is contained in:
Valentin Tolmer
2026-05-25 23:38:35 +02:00
committed by nitnelave
parent ed7484bffb
commit 2dc6178bd0
6 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
};
# MSRV from the project
rustVersion = "1.89.0";
rustVersion = "1.91.0";
# Rust toolchain with required components
rustToolchain = pkgs.rust-bin.stable.${rustVersion}.default.override {
@@ -159,4 +159,4 @@
};
};
});
}
}