File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,14 @@ jobs:
125
125
run : |
126
126
curl -OL https://static.rust-lang.org/rustup/rustup-init.sh
127
127
chmod +x ./rustup-init.sh
128
- ./rustup-init.sh -y --default-toolchain 1.64 .0
128
+ ./rustup-init.sh -y --default-toolchain 1.65 .0
129
129
rm rustup-init.sh
130
130
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
131
131
132
132
- name : Update Rust
133
133
run : |
134
- rustup toolchain install 1.64 .0 --component clippy --component rustfmt
135
- rustup default 1.64 .0
134
+ rustup toolchain install 1.65 .0 --component clippy --component rustfmt
135
+ rustup default 1.65 .0
136
136
rustup target add wasm32-unknown-unknown
137
137
rustup target add wasm32-wasi
138
138
Original file line number Diff line number Diff line change 2
2
name = " proxy-wasm"
3
3
version = " 0.2.3-dev"
4
4
authors = [
" Piotr Sikora <[email protected] >" ]
5
- rust-version = " 1.64 "
5
+ rust-version = " 1.65 "
6
6
description = " WebAssembly for Proxies"
7
7
readme = " README.md"
8
8
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments