Skip to content

Commit

Permalink
bump rust version to 1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Oct 21, 2023
1 parent 467c0b8 commit 39b4c31
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/direct-message-language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/file-storage-language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.71.1
toolchain: 1.73.0

- name: Install protobuf & cmake
run: brew install protobuf cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Install GO
uses: actions/setup-go@v4
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/p-diff-sync-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0
- name: Cache cargo
id: cache-cargo
uses: actions/cache@v3
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0
- name: Cache cargo
id: cache-cargo
uses: actions/cache@v3
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.71.1
# toolchain: 1.73.0

# - name: Cache cargo
# id: cache-cargo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.71.1
toolchain: 1.73.0
- run: rustup target add wasm32-unknown-unknown

- name: Install GO
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0
override: true

- name: Install GO
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.71.1
toolchain: 1.73.0
- run: rustup target add wasm32-unknown-unknown

- name: Install Deno
uses: denoland/setup-deno@v1
with:
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.73.0
override: true

- name: Install GO
Expand Down

0 comments on commit 39b4c31

Please sign in to comment.