Skip to content

Commit

Permalink
chore: Be consistent in MSRV precision
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 6, 2023
1 parent bac82ef commit 1806e28
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 @@ -10,7 +10,7 @@ ifneq (${TOOLCHAIN_TARGET},)
ARGS+=--target ${TOOLCHAIN_TARGET}
endif

MSRV?=1.70.0
MSRV?=1.70

_FEATURES = minimal default wasm full debug release
_FEATURES_minimal = --no-default-features --features "std"
Expand Down

0 comments on commit 1806e28

Please sign in to comment.