Skip to content

Commit f0e86d9

Browse files
committed
chore: Use rust 1.87
1 parent db20683 commit f0e86d9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
clean: true
18-
fetch-depth: 0
1918
- uses: taiki-e/create-gh-release-action@v1
2019
with:
2120
# (optional) Path to changelog.
@@ -46,7 +45,6 @@ jobs:
4645
- uses: actions/checkout@v4
4746
with:
4847
clean: true
49-
fetch-depth: 0
5048

5149
- uses: taiki-e/upload-rust-binary-action@v1
5250
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/cakevm/huff-neo"
1010
license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212
repository = "https://github.com/cakevm/huff-neo"
13-
rust-version = "1.86"
13+
rust-version = "1.87"
1414
version = "1.1.10"
1515

1616
[workspace.dependencies]

0 commit comments

Comments
 (0)