Skip to content

Commit

Permalink
Upgrade duskc version to 0.1.0
Browse files Browse the repository at this point in the history
This version of the compiler allows us to build contract binaries on
most common contract developer targets:

- `aarch64-apple-darwin`
- `x86_64-apple-darwin`
- `x86_64-unknown-linux-gnu`
  • Loading branch information
Eduardo Leegwater Simões committed Dec 5, 2023
1 parent 6e14fa8 commit eea8f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
help: ## Display this help screen
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-15s\033[0m %s\n", $$1, $$2}'

COMPILER_VERSION=v0.0.0
COMPILER_VERSION=v0.1.0

setup-compiler: ## Setup the Dusk Contract Compiler
@./scripts/setup-compiler.sh $(COMPILER_VERSION)
Expand Down

0 comments on commit eea8f91

Please sign in to comment.