Skip to content

Commit

Permalink
idsp: use released 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jan 9, 2025
1 parent c788c2c commit 42f9cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rtic = { version = "2.1", features = ["thumbv7-backend"] }
rtic-monotonics = { version = "2.0", features = ["cortex-m-systick"] }
num_enum = { version = "0.7.3", default-features = false }
paste = "1"
idsp = "0.15.1"
idsp = "0.16.0"
ad9959 = { path = "ad9959", version = "0.3.0" }
serial-settings = { version = "0.2", path = "serial-settings" }
mcp230xx = "1.0"
Expand Down Expand Up @@ -112,6 +112,3 @@ opt-level = 3
debug = true
lto = true
codegen-units = 1

[patch.crates-io]
idsp = { path = "../idsp" }

0 comments on commit 42f9cba

Please sign in to comment.