Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
Also updated avr-hal dependencies
  • Loading branch information
michaelkamprath committed Nov 13, 2023
1 parent 4826f52 commit e9ab05e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avr-progmem"
version = "0.3.4"
version = "0.4.0"
authors = ["Cryptjar <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
Expand Down Expand Up @@ -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"

0 comments on commit e9ab05e

Please sign in to comment.