gxhash 0.1.4__tar.gz → 0.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gxhash might be problematic. Click here for more details.

@@ -0,0 +1,2 @@
1
+ [build]
2
+ rustflags = ["-C", "target-cpu=native"]
@@ -243,7 +243,7 @@ dependencies = [
243
243
 
244
244
  [[package]]
245
245
  name = "py-gxhash"
246
- version = "0.1.4"
246
+ version = "0.1.5"
247
247
  dependencies = [
248
248
  "gxhash",
249
249
  "libc",
@@ -5,7 +5,7 @@ panic = "abort"
5
5
 
6
6
  [package]
7
7
  name = "py-gxhash"
8
- version = "0.1.4"
8
+ version = "0.1.5"
9
9
  edition = "2021"
10
10
 
11
11
  [lib]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gxhash
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
File without changes
File without changes
File without changes
File without changes