Skip to content

Commit

Permalink
chore: bump rust version in Makefile (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored Oct 17, 2024
1 parent 9931bde commit c0b9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

##### Rust #####
rustVer=1.65-slim
rustVer=1.70-slim
rustImageName=rust:$(rustVer)
rustImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(rustImageName)

Expand Down

0 comments on commit c0b9fcb

Please sign in to comment.