Skip to content

Commit

Permalink
bump nalgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Nov 30, 2024
1 parent e5845a2 commit c66be15
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
21 changes: 16 additions & 5 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
Expand Up @@ -31,5 +31,5 @@ default = []
serde = ["dep:serde", "nalgebra/serde", "nalgebra/serde-serialize"]

[dependencies]
nalgebra = { version = "0.32.6" }
nalgebra = { version = "0.33.2" }
serde = { version = "1.0.132", features = ["derive"], optional = true }
1 change: 0 additions & 1 deletion src/low_pass_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ impl<const N: usize, const M: usize> MeanInitializedLowPassFilter<N, M> {
}

/// Computes the arithmetic mean of samples for filter initialization.
///
/// # Note
///
Expand Down

0 comments on commit c66be15

Please sign in to comment.