This commit is contained in:
Jack Grigg 2024-02-04 22:33:22 +00:00
parent 5511d8cecb
commit e833cd19e4
16 changed files with 28 additions and 18 deletions

View file

@ -15,8 +15,8 @@ repository = "https://github.com/str4d/rage"
license = "MIT OR Apache-2.0"
[workspace.dependencies]
age = { version = "0.9.2", path = "age" }
age-core = { version = "0.9.0", path = "age-core" }
age = { version = "0.10.0", path = "age" }
age-core = { version = "0.10.0", path = "age-core" }
# Dependencies required by the age specification:
# - Base64 from RFC 4648