diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-02-27 13:34:02 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2024-02-27 13:51:47 +0100 |
| commit | 0b365f03eb77302663b751305aac7641b2721eb3 (patch) | |
| tree | 5ba79003b8f05c262e96b21b48de7ccc6bfea7dd /examples/embassy-stm32g4/Cargo.toml | |
| parent | b1467c62b4b4f61ce53b6572c30920a72550ea45 (diff) | |
Release rtic v2.1.0, rtic-macros v2.1.0
Diffstat (limited to 'examples/embassy-stm32g4/Cargo.toml')
| -rw-r--r-- | examples/embassy-stm32g4/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/embassy-stm32g4/Cargo.toml b/examples/embassy-stm32g4/Cargo.toml index f4efbe9..dd97fdb 100644 --- a/examples/embassy-stm32g4/Cargo.toml +++ b/examples/embassy-stm32g4/Cargo.toml @@ -8,17 +8,14 @@ license = "MIT OR Apache-2.0" [dependencies.rtic] path="../../rtic" -version = "=2.0" features = ["thumbv7-backend"] [dependencies.rtic-monotonics] path="../../rtic-monotonics" -version = "=1.5" features = ["cortex-m-systick"] [dependencies.rtic-sync] path="../../rtic-sync" -version = "=1.3" [dependencies] # Change stm32g431cb to your chip name, if necessary. Also change .cargo/config.toml |
