age-plugin 0.3

This commit is contained in:
Jack Grigg
2022-05-02 01:21:52 +00:00
parent b825956bf8
commit 8199a7bcfc
2 changed files with 8 additions and 10 deletions
Generated
+6 -4
View File
@@ -19,8 +19,9 @@ dependencies = [
[[package]]
name = "age-core"
version = "0.7.1"
source = "git+https://github.com/str4d/rage.git?rev=fdb518c6d802a3618b47d959d56af6e60c668627#fdb518c6d802a3618b47d959d56af6e60c668627"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00a5c8d8a33abc74ad393896a6305351dd159d0e184788f4729e3c80e397fa45"
dependencies = [
"base64",
"chacha20poly1305",
@@ -36,8 +37,9 @@ dependencies = [
[[package]]
name = "age-plugin"
version = "0.2.1"
source = "git+https://github.com/str4d/rage.git?rev=fdb518c6d802a3618b47d959d56af6e60c668627#fdb518c6d802a3618b47d959d56af6e60c668627"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad6dc325516aa4b1e06a858dcfa9c5c962d02fb801331f23214d21abd9e2346b"
dependencies = [
"age-core",
"base64",
+2 -6
View File
@@ -22,8 +22,8 @@ assets = [
]
[dependencies]
age-core = "0.7"
age-plugin = "0.2"
age-core = "0.8"
age-plugin = "0.3"
base64 = "0.13"
bech32 = "0.8"
console = { version = "0.15", default-features = false }
@@ -50,7 +50,3 @@ rust-embed = "6"
[dev-dependencies]
flate2 = "1"
man = "0.3"
[patch.crates-io]
age-core = { git = "https://github.com/str4d/rage.git", rev = "fdb518c6d802a3618b47d959d56af6e60c668627" }
age-plugin = { git = "https://github.com/str4d/rage.git", rev = "fdb518c6d802a3618b47d959d56af6e60c668627" }