From 4826f521f8deb6dd539995cb952033ebb5d8b9e2 Mon Sep 17 00:00:00 2001 From: Michael Kamprath Date: Sat, 11 Nov 2023 14:53:34 -0800 Subject: [PATCH 1/2] bumped dependency versions --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d501110..913a88b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-progmem" -version = "0.3.3" +version = "0.3.4" authors = ["Cryptjar "] license = "Apache-2.0" edition = "2018" @@ -49,21 +49,21 @@ version = "2.2.0" features = [ "use_core" ] [dependencies.ufmt] -version = "0.1.0" +version = "0.2" optional = true [dev-dependencies] panic-halt = "0.2.0" -ufmt = "0.1.0" -embedded-hal = "0.2.3" +ufmt = "0.2" +embedded-hal = "0.2" [dev-dependencies.void] version = "1.0" default-features = false [dev-dependencies.avr-device] -version = "0.3" +version = "0.5" features = ["atmega328p", "rt"] [dev-dependencies.arduino-hal] @@ -82,4 +82,4 @@ rev = "81edfcd908be8d3b2cd763cf2dc76aedbb22286b" # Fixes formatting of u32, however, it causes a link error due to u32-div # Which in turn is fixed (in config.toml) by: # build-std-features = ["compiler-builtins-mangled-names"] -ufmt = { git = "https://github.com/mrk-its/ufmt.git", rev = "e6e574625e89bce9a5cb907eae43bfd45672f768" } +# ufmt = { git = "https://github.com/mrk-its/ufmt.git", rev = "e6e574625e89bce9a5cb907eae43bfd45672f768" } From e9ab05eee84b87d0a10ecf8e51ca6a9278882a18 Mon Sep 17 00:00:00 2001 From: Michael Kamprath Date: Sun, 12 Nov 2023 17:02:52 -0800 Subject: [PATCH 2/2] address PR comments Also updated avr-hal dependencies --- Cargo.toml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 913a88b..fac7c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avr-progmem" -version = "0.3.4" +version = "0.4.0" authors = ["Cryptjar "] license = "Apache-2.0" edition = "2018" @@ -69,17 +69,10 @@ features = ["atmega328p", "rt"] [dev-dependencies.arduino-hal] # It is not yet available via crates.io git = "https://github.com/Rahix/avr-hal.git" -rev = "81edfcd908be8d3b2cd763cf2dc76aedbb22286b" +rev = "190f2c3cb8d29e10f71119352b912369dc5a1fb7" features = ["arduino-uno"] [dev-dependencies.atmega-hal] # It is not yet available via crates.io git = "https://github.com/Rahix/avr-hal.git" -rev = "81edfcd908be8d3b2cd763cf2dc76aedbb22286b" - - -[patch.crates-io] -# Fixes formatting of u32, however, it causes a link error due to u32-div -# Which in turn is fixed (in config.toml) by: -# build-std-features = ["compiler-builtins-mangled-names"] -# ufmt = { git = "https://github.com/mrk-its/ufmt.git", rev = "e6e574625e89bce9a5cb907eae43bfd45672f768" } +rev = "190f2c3cb8d29e10f71119352b912369dc5a1fb7"