From 8c389e729992c0a41a4e4d7bb8b4b5f349655177 Mon Sep 17 00:00:00 2001 From: Jacob Hands Date: Mon, 14 Oct 2024 09:12:30 -0500 Subject: [PATCH] feat: add rustic backup plugin to registry (#2754) --- docs/registry.md | 1 + registry.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/registry.md b/docs/registry.md index 2ee351918..425ca7ec5 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -596,6 +596,7 @@ editLink: false | ruff | [asdf:simhem/asdf-ruff](https://github.com/simhem/asdf-ruff) | | rust | [asdf:code-lever/asdf-rust](https://github.com/code-lever/asdf-rust) | | rust-analyzer | [asdf:Xyven1/asdf-rust-analyzer](https://github.com/Xyven1/asdf-rust-analyzer) | +| rustic | [asdf:jahands/asdf-rustic](https://github.com/jahands/asdf-rustic) | | rye | [asdf:Azuki-bar/asdf-rye](https://github.com/Azuki-bar/asdf-rye) | | saml2aws | [asdf:elementalvoid/asdf-saml2aws](https://github.com/elementalvoid/asdf-saml2aws) | | sbcl | [asdf:smashedtoatoms/asdf-sbcl](https://github.com/smashedtoatoms/asdf-sbcl) | diff --git a/registry.toml b/registry.toml index 3e12ed50b..c83df52a5 100644 --- a/registry.toml +++ b/registry.toml @@ -609,6 +609,7 @@ ruby = ["core:ruby", "vfox:yanecc/vfox-ruby"] ruff = ["asdf:simhem/asdf-ruff"] rust = ["asdf:code-lever/asdf-rust"] rust-analyzer = ["asdf:Xyven1/asdf-rust-analyzer"] +rustic = ["asdf:jahands/asdf-rustic"] rye = ["asdf:Azuki-bar/asdf-rye"] saml2aws = ["asdf:elementalvoid/asdf-saml2aws"] sbcl = ["asdf:smashedtoatoms/asdf-sbcl"]