Skip to content

Commit

Permalink
chore: update protoc rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
foxpy committed Jul 5, 2023
1 parent 141d4b7 commit ef2e467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ We provide sample contracts that either implement or consume these specification

### Environment Setup

- Rust v1.60.0+
- Rust v1.68.2+
- `wasm32-unknown-unknown` target
- Docker

Expand Down
2 changes: 1 addition & 1 deletion thirdparty/protoc-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.60.0
FROM rust:1.68.2

ENV PROTOC_VERSION 3.20.0

Expand Down

0 comments on commit ef2e467

Please sign in to comment.