Skip to content

Commit

Permalink
patch bump ad9912/urukul
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Dec 2, 2024
1 parent 9b63428 commit 89d3d32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = [
] }
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
embedded-hal-bus = "0.2.0"
urukul = { version = "0.1", path = "urukul" }
ad9912 = { version = "0.1", path = "ad9912" }
urukul = { version = "0.1.1", path = "urukul" }
ad9912 = { version = "0.1.1", path = "ad9912" }

[build-dependencies]
built = { version = "0.7", features = ["git2"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion ad9912/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ad9912"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "AD9912 1 GHz DDS SPI driver"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions urukul/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "urukul"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Sinara Urukul quad 1 GHz DDS driver"
authors = [
Expand All @@ -19,6 +19,6 @@ num-traits = { version = "0.2.19", default-features = false }
embedded-hal = { version = "1.0" }
embedded-hal-bus = "0.2.0"
bitbybit = "1.3.2"
ad9912 = { version = "0.1", path = "../ad9912" }
ad9912 = { version = "0.1.1", path = "../ad9912" }
log = "0.4"
serde = { version = "1.0", features = ["derive"], default-features = false }

0 comments on commit 89d3d32

Please sign in to comment.