Skip to content

Commit

Permalink
bumped rust version to 1.74 for clap 4.5.1, used in rpm packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrupf committed Mar 2, 2024
1 parent 038ff16 commit faa5903
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
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.72.0
RUST_VERSION: 1.74.0
jobs:
create-release:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log of Atari Portfolio address file reader
=================================================

Version 0.2.5 / 2024-03-02
--------------------------
- bumped rust version to 1.74 for clap 4.5.1, used in rpm packaging

Version 0.2.4 / 2024-03-02
--------------------------
- bumped chrono from 0.4.33 to 0.4.34
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "pofo_adr"
description = "command line reader for the Atari Portfolio address file format."
version = "0.2.4"
version = "0.2.5"
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.72"
rust-version = "1.74"

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

[dependencies]
chrono = "0.4.34"
codepage-437 = "0.1.0"
crossterm = { version = "=0.27.0", default-features = false, features = ["windows", "events"] } # pin to the version depended on by tui
crossterm = { version = "=0.27.0", default-features = false, features = ["windows", "events"] } # pin to the version depended on by ratatui
ratatui = { version = "0.26.1", default-features = false, features = ['crossterm'] }

[profile.release]
Expand Down

0 comments on commit faa5903

Please sign in to comment.