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
+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" }