-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped rust version to 1.74 for clap 4.5.1, used in rpm packaging
- Loading branch information
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|