Update dependency versions Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 2 insertions(+), 2 deletions(-) M Cargo.toml
M Cargo.toml => Cargo.toml +2 -2
@@ 14,8 14,8 @@ attiny85 = [] rt = ["avr-device-macros"] [dependencies] -bare-metal = "0.2.4" -vcell = "0.1.0" +bare-metal = "0.2.5" +vcell = "0.1.2" [dependencies.avr-device-macros] path = "macros/"