Skip to content

Commit a9499e1

Browse files
authored
Release v2.6.0 (#102)
commit-id:f62d237b
1 parent 5c7fe1b commit a9499e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Universal-Sierra-Compiler is the tool for Sierra compilation. It
44
homepage = "https://github.com/software-mansion/universal-sierra-compiler"
55
readme = "README.md"
66
repository = "https://github.com/software-mansion/universal-sierra-compiler"
7-
version = "2.6.0-rc.0"
7+
version = "2.6.0"
88
edition = "2021"
99
license = "MIT"
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-comp
2424
```
2525
Alternatively, to use USC as a Rust dependency, just put it in your `Cargo.toml` like so:
2626
```
27-
universal-sierra-compiler = "2.1.0"
27+
universal-sierra-compiler = "2.6.0"
2828
```
2929

3030
You almost always want to install the latest stable version.

0 commit comments

Comments
 (0)