Skip to content

Commit

Permalink
Adjust default Rust version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Aug 9, 2023
1 parent 3520bc7 commit 890a591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "7.2.1"
version = "7.3.0"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit 890a591

Please sign in to comment.