-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from michaelkamprath/v0.3.4
bumped dependency versions
- Loading branch information
Showing
1 changed file
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" |