diff --git a/Cargo.toml b/Cargo.toml index 6c72b7d..9246791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,11 @@ version = "0.1.0" members = ["testsuite"] [dependencies] -cortex-m = "0.6.4" +cortex-m = "0.7.1" cortex-m-rt = "0.6.13" -defmt = "0.1.2" -defmt-rtt = "0.1.0" -panic-probe = { version = "0.1.0", features = ["print-defmt"] } +defmt = "0.2.0" +defmt-rtt = "0.2.0" +panic-probe = { version = "0.2.0", features = ["print-defmt"] } # TODO(4) enter your HAL here # some-hal = "1.2.3" diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index 5a7766d..5078a98 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -12,12 +12,12 @@ harness = false [dependencies] {{project-name}} = { path = ".." } -cortex-m = "0.6.3" +cortex-m = "0.7.1" cortex-m-rt = "0.6.12" -defmt = "0.1.0" -defmt-rtt = "0.1.0" -defmt-test = "0.1.1" -panic-probe = { version = "0.1.0", features = ["print-defmt" ] } +defmt = "0.2.0" +defmt-rtt = "0.2.0" +defmt-test = "0.2.0" +panic-probe = { version = "0.2.0", features = ["print-defmt"] } [features] # set logging levels here