make resolc crate publishable (#334)

- Fetching the commit SHA must not panic if not executed in a git
repository.
- Remove the license printer.

---------

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-27 14:13:12 +02:00
committed by GitHub
parent 004c71d5d5
commit fa0ad68279
7 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ repository = "https://github.com/paritytech/revive"
rust-version = "1.85.0"
[workspace.dependencies]
resolc = { version = "0.1.0", path = "crates/resolc" }
resolc = { path = "crates/resolc" }
revive-benchmarks = { version = "0.1.0", path = "crates/benchmarks" }
revive-builtins = { version = "0.1.0", path = "crates/builtins" }
revive-common = { version = "0.1.0", path = "crates/common" }