You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ahash

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahash - cargo Package Compare versions

Comparing version
0.7.7
to
0.7.8
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "6d1e8368b19bbc1d7ddbe8210affde5c237223d2"
"sha1": "a5b990538887e6d793227a152b2aa36c1b29d41d"
},
"path_in_vcs": ""
}

@@ -10,3 +10,5 @@ #![deny(warnings)]

println!("cargo:rustc-cfg=feature=\"specialize\"");
println!("cargo:rustc-cfg=feature=\"stdsimd\"");
if version_check::Version::read().map_or(false, |v| v.at_most("1.77.9")) {
println!("cargo:rustc-cfg=feature=\"stdsimd\"");
}
}

@@ -13,0 +15,0 @@ }

@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "ahash"
version = "0.7.7"
version = "0.7.8"
authors = ["Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"]

@@ -18,0 +18,0 @@ build = "./build.rs"

Sorry, the diff of this file is not supported yet