Skip to content

Commit d7002e7

Browse files
authored
Merge branch 'main' into feat/codeowners
2 parents 629076f + 2ecd7d9 commit d7002e7

File tree

4 files changed

+1749
-8
lines changed

4 files changed

+1749
-8
lines changed

.github/workflows/Basic.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on:
55
branches:
66
- main
77
tags:
8-
- 'v*.*.*'
8+
- "v*.*.*"
99

1010
pull_request:
1111

1212
name: Basic
1313

1414
jobs:
15-
1615
test:
1716
name: Test Suite
1817
runs-on: ubuntu-latest
@@ -24,7 +23,7 @@ jobs:
2423
uses: actions-rs/toolchain@v1
2524
with:
2625
profile: minimal
27-
toolchain: stable
26+
toolchain: 1.89.0
2827
target: wasm32-unknown-unknown
2928
override: true
3029

@@ -35,7 +34,6 @@ jobs:
3534
env:
3635
RUST_BACKTRACE: 1
3736

38-
3937
lints:
4038
name: Lints
4139
runs-on: ubuntu-latest
@@ -47,7 +45,7 @@ jobs:
4745
uses: actions-rs/toolchain@v1
4846
with:
4947
profile: minimal
50-
toolchain: stable
48+
toolchain: 1.89.0
5149
override: true
5250
components: rustfmt, clippy
5351

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
**/target
44
**/schema
55
.vscode
6-
Cargo.lock
76
/artifacts
87
# Cargo+Git helper file
98
(https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/s$

0 commit comments

Comments
 (0)