From 62d5e52a4494e374b774ac628779c3c6027fb0d4 Mon Sep 17 00:00:00 2001 From: Marek Kaput Date: Wed, 28 Aug 2024 13:49:20 +0200 Subject: [PATCH] Update README.md Signed-off-by: Marek Kaput --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b9b8728c..5ea761cc6 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Scarb is under active development! Expect a lot of new features to appear soon! - [x] `Scarb.lock` - [x] `scarb update` - [x] `scarb check` -- [ ] Standardized `test` target 🏗️ -- [ ] Package registry 🏗️ +- [x] Standardized `test` target +- [x] Package registry - [ ] PubGrub implementation for version resolution 🏗️ -- [ ] Dynamic loading of custom Cairo compiler plugins as Scarb packages 🏗️ -- [ ] `scarb doc` 🏗️ +- [x] Dynamic loading of custom Cairo compiler plugins as Scarb packages +- [x] `scarb doc` - [ ] Dynamic loading of custom targets aka code generators - [ ] Dependency overrides - [ ] Signing & notarization of Windows & macOS binaries