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 23, 2024
1 parent 24a4f19 commit bf23d50
Show file tree
Hide file tree
Showing 5 changed files with 9 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.74.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.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 convert2json utilities
====================================

Version 0.8.1 / 2023-03-23
--------------------------
- bumped rust version to 1.74 for clap 4.5.1, used in rpm packaging

Version 0.8.0 / 2023-03-23
--------------------------
- added support to wrap jaq in addition to jq, jaq is preferred with a fallback
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
Expand Up @@ -2,13 +2,13 @@
name = "convert2json"
description = "CLI utilities to convert CSV, INI, TOML, XML & YAML into JSON and for use with jaq or jq."
authors = ["Simon Rupf <simon@rupf.net>"]
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/simonrupf/convert2json"
keywords = ["cli", "csv", "json", "xml", "yaml"] # limited to 5 keywords
categories = ["command-line-utilities", "development-tools", "encoding"]
rust-version = "1.70"
rust-version = "1.74"

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

Expand Down

0 comments on commit bf23d50

Please sign in to comment.