Skip to content

Commit afe803f

Browse files
committed
Set version to 3.1.0
1 parent c81a4f1 commit afe803f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build_test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
- name: Target Native
21+
run: export RUSTFLAGS="-C target-cpu=native"
22+
2023
- name: Build
2124
run: cargo build --release
2225

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gxhash"
33
authors = ["Olivier Giniaux"]
4-
version = "3.0.0"
4+
version = "3.1.0"
55
edition = "2021"
66
description = "GxHash non-cryptographic algorithm"
77
license = "MIT"

0 commit comments

Comments
 (0)