Skip to content

Commit

Permalink
bumped rust version to 1.72 to gain access to stable feature stdsimd
Browse files Browse the repository at this point in the history
fixes aarch64 builds
  • Loading branch information
simonrupf committed Feb 3, 2024
1 parent fce4024 commit fec03d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: '*'
pull_request:
env:
RUST_VERSION: 1.70.0
RUST_VERSION: 1.72.0
jobs:
check:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
tags: '[0-9]+.*'
env:
RUST_VERSION: 1.70.0
RUST_VERSION: 1.72.0
jobs:
create-release:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log of Atari Portfolio address file reader
=================================================

Version 0.2.3 / 2024-02-03
--------------------------
- bumped rust version to 1.72 to gain access to stable feature stdsimd for
aarch64 builds, like on MacOS

Version 0.2.2 / 2024-02-03
--------------------------
- switched from tui 0.19.0 (unmaintained) to ratatui 0.26.0 (maintained fork)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "pofo_adr"
description = "command line reader for the Atari Portfolio address file format."
version = "0.2.2"
version = "0.2.3"
authors = ["Simon Rupf <[email protected]>"]
edition = "2021"
license = "GPL-3.0"
repository = "https://github.com/simonrupf/convert2json"
keywords = ["cli", "atari"]
categories = ["command-line-utilities", "encoding"]
rust-version = "1.66"
rust-version = "1.72"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit fec03d2

Please sign in to comment.