From 13d9f5f668aa2d82e007d63aa6387cbb42d79874 Mon Sep 17 00:00:00 2001 From: m4rio <92288535+mario-eth@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:50:23 -0700 Subject: [PATCH] Rewritten git feature to use git cli (#99) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b98afd..b9328aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1576,7 +1576,7 @@ dependencies = [ [[package]] name = "soldeer" -version = "0.2.18" +version = "0.2.19" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index b4704a5..13c2f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "soldeer" readme = "./README.md" repository = "https://github.com/mario-eth/soldeer" -version = "0.2.18" +version = "0.2.19" [dependencies] chrono = {version = "0.4.38", default-features = false, features = [ diff --git a/README.md b/README.md index 0822e37..44768ed 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ This project was started to solve the following issues: - npmjs was built for the js ecosystem not for solidity - github versioning of the releases is a pain and not all the projects are using it correctly -## Version 0.2.18 +## Version 0.2.19 -### Version 0.2.18 introduces the following breaking changes +### Version 0.2.19 introduces the following breaking changes Now you can use git to install a dependency. Supported platforms: github and gitlab. For now, we support only public repositories. @@ -47,7 +47,7 @@ soldeer install test-project~v1 https://gitlab.com/test/test.git Or using custom commit hashes ```bash -soldeer install test-project~v1 git@github.com:test/test.git 345e611cd84bfb4e62c583fa1886c1928bc1a464 +soldeer install test-project~v1 git@github.com:test/test.git --rev 345e611cd84bfb4e62c583fa1886c1928bc1a464 ``` ### Version 0.2.7 introduces the following breaking changes