Skip to content

Commit a0a5f45

Browse files
authored
Merge pull request #248 from InjectiveLabs/f/injective-std-built-from-new-protos
feat: updated to latest protos
2 parents fb1a922 + e762eaf commit a0a5f45

File tree

41 files changed

+992
-596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+992
-596
lines changed

.github/workflows/Basic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
21-
toolchain: 1.78.0
21+
toolchain: 1.81.0
2222
target: wasm32-unknown-unknown
2323
override: true
2424

@@ -35,7 +35,7 @@ jobs:
3535
uses: actions-rs/cargo@v1
3636
with:
3737
command: unit-test
38-
toolchain: 1.78.0
38+
toolchain: 1.81.0
3939
args: --locked
4040
env:
4141
RUST_BACKTRACE: 1
@@ -53,20 +53,20 @@ jobs:
5353
uses: actions-rs/toolchain@v1
5454
with:
5555
profile: minimal
56-
toolchain: 1.78.0
56+
toolchain: 1.81.0
5757
override: true
5858
components: rustfmt, clippy
5959

6060
- name: Run cargo fmt
6161
uses: actions-rs/cargo@v1
6262
with:
6363
command: fmt
64-
toolchain: 1.78.0
64+
toolchain: 1.81.0
6565
args: --all -- --check
6666

6767
- name: Run cargo clippy
6868
uses: actions-rs/cargo@v1
6969
with:
7070
command: clippy
71-
toolchain: 1.78.0
71+
toolchain: 1.81.0
7272
args: -- -D warnings

0 commit comments

Comments
 (0)