Dependency updates, apply updates from base

This commit is contained in:
2020-07-10 01:06:12 -06:00
parent fe4af2ae6e
commit 598097f3aa
2 changed files with 2 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
#![deny(unsafe_code)]
#![no_std]
#![no_main]
#![cfg_attr(not(doc), no_main)]
use rtt_target::{rprintln, rtt_init_print};
use panic_rtt_target as _;