1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/democommands/Cargo.toml
chrysn 69cb6b12fc rust: Update dependencies
The change in 399e25cc was did not have the intended effect: As the
local crates still all defined 0.7 as the riot-wrappers version, that
dependency was actually down- rather than upgraded, and thus did not
effect the stabilizations.
2022-10-04 00:28:46 +02:00

15 lines
339 B
TOML

[package]
name = "riot-module-shell-democommands"
version = "0.1.0"
edition = "2021"
authors = ["Christian Amsüss <chrysn@fsfe.org>"]
license = "LGPL-2.1-only"
# Shipped with RIOT-OS; this has no external API that would make
# sense to consume in any context than from within RIOT
publish = false
[dependencies]
riot-wrappers = "^0.8"