We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db20683 commit f0e86d9Copy full SHA for f0e86d9
.github/workflows/release.yaml
@@ -15,7 +15,6 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
clean: true
18
- fetch-depth: 0
19
- uses: taiki-e/create-gh-release-action@v1
20
21
# (optional) Path to changelog.
@@ -46,7 +45,6 @@ jobs:
46
45
47
48
49
50
51
- uses: taiki-e/upload-rust-binary-action@v1
52
Cargo.toml
@@ -10,7 +10,7 @@ homepage = "https://github.com/cakevm/huff-neo"
10
license = "MIT OR Apache-2.0"
11
readme = "README.md"
12
repository = "https://github.com/cakevm/huff-neo"
13
-rust-version = "1.86"
+rust-version = "1.87"
14
version = "1.1.10"
[workspace.dependencies]
0 commit comments