Skip to content

Commit

Permalink
Merge pull request #14 from michaelkamprath/v0.3.4
Browse files Browse the repository at this point in the history
bumped dependency versions
  • Loading branch information
Cryptjar authored Nov 13, 2023
2 parents 383b042 + e9ab05e commit 5eaa386
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avr-progmem"
version = "0.3.3"
version = "0.4.0"
authors = ["Cryptjar <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
Expand Down Expand Up @@ -49,37 +49,30 @@ 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]
# 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"

0 comments on commit 5eaa386

Please sign in to comment.