Skip to content

Commit 2b1df1f

Browse files
committed
update rust version to 1.68.0
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent ba23ab4 commit 2b1df1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
run: |
128128
curl -OL https://static.rust-lang.org/rustup/rustup-init.sh
129129
chmod +x ./rustup-init.sh
130-
./rustup-init.sh -y --default-toolchain 1.65.0
130+
./rustup-init.sh -y --default-toolchain 1.68.0
131131
rm rustup-init.sh
132132
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
133133
134134
- name: Update Rust
135135
run: |
136-
rustup toolchain install 1.65.0 --component clippy --component rustfmt
137-
rustup default 1.65.0
136+
rustup toolchain install 1.68.0 --component clippy --component rustfmt
137+
rustup default 1.68.0
138138
rustup target add wasm32-unknown-unknown
139139
rustup target add wasm32-wasi
140140

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "proxy-wasm"
33
version = "0.2.5-dev"
44
authors = ["Piotr Sikora <[email protected]>"]
5-
rust-version = "1.65"
5+
rust-version = "1.68"
66
description = "WebAssembly for Proxies"
77
readme = "README.md"
88
license = "Apache-2.0"

0 commit comments

Comments
 (0)