diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-31 22:05:43 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:39 +0100 |
| commit | d0c51269608c18a105fd010f070bd9af6f443c60 (patch) | |
| tree | 23b805c5b9114f3da208f0a811364635a7bfe723 /rtic-time/Cargo.toml | |
| parent | 15d788b7fad0254ad3323962b8dd6753cf95796d (diff) | |
Cleanup common code and clippy fixes
Diffstat (limited to 'rtic-time/Cargo.toml')
| -rw-r--r-- | rtic-time/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index ea05939..dbcf454 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -8,3 +8,4 @@ edition = "2021" [dependencies] critical-section = "1" futures-util = { version = "0.3.25", default-features = false } +rtic-common = { version = "1.0.0", path = "../rtic-common" } |
