Skip to content

Commit

Permalink
Merge pull request #99 from neutron-org/chore/update_protoc_rust_version
Browse files Browse the repository at this point in the history
chore: update protoc rust version
  • Loading branch information
pr0n00gler authored Jul 6, 2023
2 parents 141d4b7 + ef2e467 commit 3c540ce
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 3c540ce

Please sign in to comment.