diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-11-17 18:47:18 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-11-17 18:47:18 +0100 |
| commit | 207417033629eecf9e3a97baf5c8787e1ddf8969 (patch) | |
| tree | 8a39e466eb85e88634639a0df9b7e7f65425b6ed /Cargo.toml | |
| parent | 84f4059828890e2c4d866b1a9580c2ef031f9323 (diff) | |
| download | template-207417033629eecf9e3a97baf5c8787e1ddf8969.tar.gz | |
update deps to new avr-hal structuremain
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,17 +1,20 @@ [package] name = "arduino-uno-template" version = "0.0.0" -authors = ["Gustav Sörnäs <gustav@sornas.net>"] edition = "2018" [dependencies] panic-halt = "0.2.0" +embedded-hal = "0.2.3" -[dependencies.arduino-uno] -git = "https://github.com/rahix/avr-hal" -rev = "a202778" +[dependencies.arduino-hal] +git = "https://github.com/Rahix/avr-hal" +rev = "c9b92686c019351f48ad41f093fa15a9d2f25542" +features = ["arduino-uno"] + +[dependencies.avr-device] +version = "0.3" -# Configure the build for minimal size [profile.dev] panic = "abort" lto = true |
