File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,14 @@ jobs:
125125 run : |
126126 curl -OL https://static.rust-lang.org/rustup/rustup-init.sh
127127 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
129129 rm rustup-init.sh
130130 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
131131
132132 - name : Update Rust
133133 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
136136 rustup target add wasm32-unknown-unknown
137137 rustup target add wasm32-wasi
138138
Original file line number Diff line number Diff line change 22name = " proxy-wasm"
33version = " 0.2.3-dev"
44authors = [" Piotr Sikora <piotrsikora@google.com>" ]
5- rust-version = " 1.64 "
5+ rust-version = " 1.65 "
66description = " WebAssembly for Proxies"
77readme = " README.md"
88license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments