Skip to content

Commit

Permalink
Update version of abcrypt-cli to 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jan 21, 2024
1 parent f2f98bb commit b4e969a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
targets: ${{ matrix.target }}
- name: Install cross
if: ${{ matrix.use-cross }}
uses: taiki-e/[email protected].2
uses: taiki-e/[email protected].7
with:
tool: cross
- name: Cache build artifacts
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/abcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = ["/LICENSES", "/README.md", "/src"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
argon2 = { version = "0.5.2", default-features = false }
argon2 = { version = "0.5.3", default-features = false }
blake2 = { version = "0.10.6", default-features = false }
chacha20poly1305 = { version = "0.10.1", default-features = false, features = ["getrandom"] }
rand = { version = "0.8.5", default-features = false, features = ["getrandom", "std_rng"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/abcrypt-cli-v0.2.11\...HEAD[Unreleased]
== {compare-url}/abcrypt-cli-v0.2.11\...abcrypt-cli-v0.2.12[0.2.12] - 2024-01-21

=== Changed

Expand Down
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "abcrypt-cli"
version = "0.2.11"
version = "0.2.12"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand All @@ -28,7 +28,7 @@ abcrypt = { version = "0.2.10", path = "../abcrypt", features = ["serde"] }
anyhow.workspace = true
byte-unit = "5.1.3"
clap = { workspace = true, features = ["wrap_help"] }
clap_complete = "4.4.7"
clap_complete = "4.4.8"
clap_complete_nushell = "4.4.2"
dialoguer.workspace = true
serde_json = { version = "1.0.111", optional = true }
Expand Down

0 comments on commit b4e969a

Please sign in to comment.