-
Notifications
You must be signed in to change notification settings - Fork 27
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 #798 from quartiq/rj/bump-deps
bump deps and release 0.9.0
- Loading branch information
Showing
6 changed files
with
35 additions
and
34 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 +1,7 @@ | ||
[package] | ||
name = "stabilizer" | ||
# Keep versions in Cargo.toml and py/setup.py synchronized. | ||
version = "0.8.1" | ||
version = "0.9.0" | ||
resolver = "2" | ||
authors = [ | ||
"Robert Jördens <[email protected]>", | ||
|
@@ -34,10 +34,10 @@ default-target = "thumbv7em-none-eabihf" | |
members = ["ad9959"] | ||
|
||
[dependencies] | ||
cortex-m = { version = "0.7.7", features = ["inline-asm"] } | ||
cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-single-core"] } | ||
cortex-m-rt = { version = "0.7", features = ["device"] } | ||
log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] } | ||
rtt-target = { version = "0.3", features = ["cortex-m"] } | ||
rtt-target = "0.3" | ||
serde = { version = "1.0", features = ["derive"], default-features = false } | ||
serde-json-core = "0.5" | ||
heapless = { version = "0.7.16", features = ["serde"] } | ||
|
@@ -46,7 +46,7 @@ embedded-hal = "0.2.7" | |
num_enum = { version = "0.7.1", default-features = false } | ||
paste = "1" | ||
idsp = "0.12" | ||
ad9959 = { path = "ad9959", version = "0.2.0" } | ||
ad9959 = { path = "ad9959", version = "0.2.1" } | ||
mcp230xx = "1.0" | ||
mutex-trait = "0.2" | ||
fugit = "0.3" | ||
|
@@ -59,22 +59,19 @@ lm75 = "0.2" | |
enum-iterator = "1.4.1" | ||
rand_xorshift = "0.3.0" | ||
rand_core = "0.6.4" | ||
minimq = { git = "https://github.com/quartiq/minimq" } # "0.8" | ||
minimq = "0.8.0" | ||
# patch with https://github.com/rust-embedded-community/usb-device/pull/129 | ||
usb-device = "0.2.9" | ||
usbd-serial = "0.1.1" | ||
# Keep this synced with the miniconf version in py/setup.py | ||
miniconf = { git = "https://github.com/quartiq/miniconf.git" } # "0.9" | ||
miniconf = "0.9.0" | ||
smoltcp-nal = { version = "0.4.1", features = ["shared-stack"]} | ||
bbqueue = "0.5" | ||
|
||
[dependencies.stm32h7xx-hal] | ||
version = "0.15.0" | ||
features = ["stm32h743v", "rt", "ethernet", "xspi", "usb_hs"] | ||
|
||
[patch.crates-io.usb-device] | ||
git = "https://github.com/ryan-summers/usb-device" | ||
branch = "rs/issue-128-v0.2.9" | ||
|
||
[features] | ||
nightly = [ ] | ||
pounder_v1_0 = [ ] | ||
|
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 = "ad9959" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Ryan Summers <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
|
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
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