From 55754a4e6b43b0e05b4b54b7e2d564b6c0033fe9 Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Wed, 2 Jul 2025 16:46:43 -0700 Subject: [PATCH] Set rust-version to 1.77 to fix build error --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a967508..40187e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "node-crc" version = "4.0.0" authors = ["Magic Len "] edition = "2021" -rust-version = "1.65" +rust-version = "1.77" repository = "https://github.com/magiclen/node-crc" homepage = "https://magiclen.org/node-js-crc/" keywords = ["nodejs", "crc8", "crc16", "crc32", "crc64"] @@ -29,4 +29,4 @@ napi-build = "2" [dependencies.crc-any] version = "2" default-features = false -features = ["heapless"] \ No newline at end of file +features = ["heapless"]