Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quartiq/stabilizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d31cd780f80e9bfa4f880f903d6ca421dab4cd33
Choose a base ref
..
head repository: quartiq/stabilizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d699d7b722067fa9a728a2580f899087f6398ccf
Choose a head ref
Showing with 11 additions and 11 deletions.
  1. +8 −8 Cargo.lock
  2. +1 −1 Cargo.toml
  3. +1 −1 ad9912/Cargo.toml
  4. +1 −1 urukul/Cargo.toml
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ serde_with = { version = "3.11", default-features = false, features = [
] }
bitbybit = "1.3.2"
arbitrary-int = { version = "1.3.0", features = ["serde"] }
thiserror = { version = "2.0.6", default-features = false }
thiserror = { version = "2.0.7", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
embedded-hal-compat = "0.13.0"
embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = [
2 changes: 1 addition & 1 deletion ad9912/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/quartiq/stabilizer"

[dependencies]
arbitrary-int = { version = "1.3.0", features = ["serde"] }
thiserror = { version = "2.0.6", default-features = false }
thiserror = { version = "2.0.7", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
embedded-hal = { version = "1.0" }
bitbybit = "1.3.2"
2 changes: 1 addition & 1 deletion urukul/Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/quartiq/stabilizer"
[dependencies]
encoded_pin = { version = "0.1", path = "../encoded_pin" }
arbitrary-int = { version = "1.3.0", features = ["serde"] }
thiserror = { version = "2.0.6", default-features = false }
thiserror = { version = "2.0.7", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
embedded-hal = { version = "1.0" }
embedded-hal-bus = "0.2.0"