Skip to content

Commit

Permalink
rust: Update minimum toolchain to 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Sep 11, 2020
1 parent e75283d commit 435aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
prefix ?= usr/local
BINARY = $(prefix)/bin/ion
RELEASE = debug
TOOLCHAIN ?= 1.39.0
TOOLCHAIN ?= 1.43.0

GIT_REVISION=git_revision.txt
SRC=Cargo.toml Cargo.lock $(shell find src members -type f -wholename '*src/*.rs')
Expand Down

0 comments on commit 435aa6c

Please sign in to comment.