Skip to content

Commit 7afc495

Browse files
authored
Merge pull request #1038 from quartiq/idsp-release
idsp: release
2 parents df06d66 + 1e80516 commit 7afc495

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ members = [
4343
[workspace.dependencies]
4444
arbitrary-int = { version = "1.3.0", features = ["serde", "hint"] }
4545
thiserror = { version = "2.0.11", default-features = false }
46-
idsp = "0.20.0"
47-
dsp-process = "0.1.0"
46+
idsp = "0.21.0"
47+
dsp-process = "0.2.0"
4848
dsp-fixedpoint = "0.1.0"
4949
# Keep this synced with the miniconf version in py/setup.py
5050
miniconf = { version = "0.20", features = [
@@ -171,6 +171,3 @@ lto = true
171171

172172
[patch.crates-io]
173173
miniconf = { git = "https://github.com/quartiq/miniconf.git" }
174-
idsp = { git = "https://github.com/quartiq/idsp.git" }
175-
dsp-process = { git = "https://github.com/quartiq/idsp.git" }
176-
dsp-fixedpoint = { git = "https://github.com/quartiq/idsp.git" }

0 commit comments

Comments
 (0)