mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
Bump release to 4.1.4
This commit is contained in:
parent
4218ba72b1
commit
c16992be2b
4 changed files with 8 additions and 5 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -221,7 +221,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "authenticator"
|
||||
version = "4.1.3"
|
||||
version = "4.1.4"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
|
@ -3058,9 +3058,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.18.2"
|
||||
version = "1.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
|
||||
checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
edition = "2021"
|
||||
name = "authenticator"
|
||||
version = "4.1.3"
|
||||
version = "4.1.4"
|
||||
|
||||
[dependencies]
|
||||
adw = {package = "libadwaita", version = "0.1.0"}
|
||||
|
|
|
@ -47,6 +47,9 @@
|
|||
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="4.1.4" date="2022-06-04">
|
||||
<description>Fix fallback to host keyring and shell search provider results</description>
|
||||
</release>
|
||||
<release version="4.1.3" date="2022-05-31">
|
||||
<description>Fallback to host keyring in case the portal is not available</description>
|
||||
</release>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('authenticator', 'rust',
|
||||
version: '4.1.3',
|
||||
version: '4.1.4',
|
||||
meson_version: '>= 0.59',
|
||||
license: 'GPL-3.0-or-later'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue