File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ path = "../mcu/attiny-hal/"
62
62
optional = true
63
63
64
64
[dependencies .avr-device ]
65
- version = " 0.5.4 "
65
+ version = " 0.7 "
66
66
67
67
# Because this crate has its own check that at least one device is selected, we
68
68
# can safely "circumvent" the check in `avr-device`.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ docsrs = ["avr-device/docsrs"]
20
20
nb = " 1.1.0"
21
21
ufmt = " 0.2.0"
22
22
paste = " 1.0.0"
23
- avr-device = " 0.5.4 "
23
+ avr-device = " 0.7 "
24
24
embedded-storage = " 0.2"
25
25
embedded-hal = " 1.0"
26
26
embedded-hal-bus = " 0.1"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ path = "../../arduino-hal/"
20
20
features = [" arduino-nano" ]
21
21
22
22
[dependencies .avr-device ]
23
- version = " 0.5.1 "
23
+ version = " 0.7 "
24
24
25
25
# The latest releases of `proc-macro2` do not support the rust toolchain that
26
26
# we use. Thus, we must fix this dependency to an older version where our
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ path = "../../arduino-hal/"
23
23
features = [" arduino-uno" ]
24
24
25
25
[dependencies .avr-device ]
26
- version = " 0.5.4 "
26
+ version = " 0.7 "
27
27
28
28
[dependencies .either ]
29
29
version = " 1.6.1"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ panic-halt = "0.2.0"
10
10
ufmt = " 0.2.0"
11
11
nb = " 1.1.0"
12
12
embedded-hal = " 1.0"
13
- avr-device = { version = " 0.5.4 " , features = [" rt" ] }
13
+ avr-device = { version = " 0.7 " , features = [" rt" ] }
14
14
15
15
[dependencies .embedded-hal-v0 ]
16
16
version = " 0.2.3"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ path = "../../arduino-hal/"
21
21
features = [" nano168" ]
22
22
23
23
[dependencies .avr-device ]
24
- version = " 0.5.4 "
24
+ version = " 0.7 "
25
25
26
26
# The latest releases of `proc-macro2` do not support the rust toolchain that
27
27
# we use. Thus, we must fix this dependency to an older version where our
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ docsrs = ["atmega328p"]
39
39
avr-hal-generic = { path = " ../../avr-hal-generic/" }
40
40
41
41
[dependencies .avr-device ]
42
- version = " 0.5.4 "
42
+ version = " 0.7 "
43
43
44
44
# Because this crate has its own check that at least one device is selected, we
45
45
# can safely "circumvent" the check in `avr-device`.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ docsrs = ["attiny85"]
31
31
avr-hal-generic = { path = " ../../avr-hal-generic/" }
32
32
33
33
[dependencies .avr-device ]
34
- version = " 0.5.4 "
34
+ version = " 0.7 "
35
35
36
36
# Because this crate has its own check that at least one device is selected, we
37
37
# can safely "circumvent" the check in `avr-device`.
You can’t perform that action at this time.
0 commit comments