Skip to content

Commit 592bffd

Browse files
chore: version 1.5.4 [skip ci]
## [1.5.4](v1.5.3...v1.5.4) (2026-02-25) ### Bug Fixes * remove target-cpu=native to fix SIGILL in CI ([0de72ab](0de72ab))
1 parent 0de72ab commit 592bffd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.4](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.5.3...v1.5.4) (2026-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* remove target-cpu=native to fix SIGILL in CI ([cd5df48](https://github.com/hyperi-io/hyperi-rustlib/commit/cd5df4860ba1373a2b30c18ab50c4d711b499709))
7+
18
## [1.5.3](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.5.2...v1.5.3) (2026-02-25)
29

310

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "hyperi-rustlib"
11-
version = "1.5.3"
11+
version = "1.5.4"
1212
edition = "2021"
1313
rust-version = "1.80"
1414
description = "Shared utility library for HyperI Rust applications"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.3
1+
1.5.4

0 commit comments

Comments
 (0)