We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81a4f1 commit afe803fCopy full SHA for afe803f
.github/workflows/build_test.yml
@@ -17,6 +17,9 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
20
+ - name: Target Native
21
+ run: export RUSTFLAGS="-C target-cpu=native"
22
+
23
- name: Build
24
run: cargo build --release
25
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "gxhash"
3
authors = ["Olivier Giniaux"]
4
-version = "3.0.0"
+version = "3.1.0"
5
edition = "2021"
6
description = "GxHash non-cryptographic algorithm"
7
license = "MIT"
0 commit comments