diff --git a/multiversx_sdk_cli/config.py b/multiversx_sdk_cli/config.py index edc10bde..2dc532c6 100644 --- a/multiversx_sdk_cli/config.py +++ b/multiversx_sdk_cli/config.py @@ -155,7 +155,7 @@ def get_defaults() -> Dict[str, Any]: "dependencies.llvm.urlTemplate.linux": "https://ide.elrond.com/vendor-llvm/{TAG}/linux-amd64.tar.gz?t=19feb", "dependencies.llvm.urlTemplate.osx": "https://ide.elrond.com/vendor-llvm/{TAG}/darwin-amd64.tar.gz?t=19feb", "dependencies.rust.resolution": "SDK", - "dependencies.rust.tag": "nightly", + "dependencies.rust.tag": "nightly-2023-04-24", "dependencies.golang.resolution": "SDK", "dependencies.golang.tag": "go1.20.5", "dependencies.golang.urlTemplate.linux": "https://golang.org/dl/{TAG}.linux-amd64.tar.gz", diff --git a/pyproject.toml b/pyproject.toml index e942c4fc..838c051e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "multiversx-sdk-cli" -version = "7.2.1" +version = "7.3.0" authors = [ { name="MultiversX" }, ]