Skip to content

Commit

Permalink
Pin filter dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed Apr 17, 2024
1 parent b8357c2 commit 16297e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -20,9 +20,9 @@ num-traits = { version = "0.2.15", default-features = false }
serde = { version = "1", default-features = false, features = ["derive", "alloc"] }
postcard = "1.0"
crc = "3"
ahrs = { git = "https://github.com/KoffeinFlummi/ahrs-rs", default-features = false }
ahrs = { git = "https://github.com/KoffeinFlummi/ahrs-rs", branch="main", default-features = false }
nalgebra = { version = "0.31", default-features = false, features = ["alloc", "serde-serialize-no-std", "macros"] }
filter = { git = "https://github.com/KoffeinFlummi/filter-rs" }
filter = { git = "https://github.com/KoffeinFlummi/filter-rs", rev="5945c79426c9a16767929eb15a33efa4e51a4a39" }
siphasher = { version = "0.3", default-features = false }
rand = { version = "0.8", default-features = false }
rand_chacha = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 16297e8

Please sign in to comment.