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"]