1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

makefiles: Add make info-rust target

This commit is contained in:
chrysn 2022-09-23 02:03:50 +02:00
parent 5f41839b3d
commit babccfa947

View File

@ -5,6 +5,7 @@
info-debug-variable-% info-toolchains-supported \
check-toolchain-supported \
info-programmers-supported \
info-rust \
create-Makefile.ci \
#
@ -244,3 +245,7 @@ check-toolchain-supported:
info-programmers-supported:
@echo $(sort $(PROGRAMMERS_SUPPORTED))
info-rust:
cargo $(patsubst +,,+${CARGO_CHANNEL}) version
c2rust --version