Skip to content

Commit

Permalink
examples: use published nalgebra-rand-mvn crate
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 18, 2024
1 parent 2417604 commit f96934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
nalgebra = { workspace = true }
adskalman = { path = ".." }
nalgebra-rand-mvn = { git = "https://github.com/strawlab/nalgebra-rand-mvn", rev = "f3ff033ec63e6cfc1a92dcad4d8fb8083e9d4baa" }
nalgebra-rand-mvn = "0.1.0"
env_logger = "0.11"
log = { version = "0.4", features = ["release_max_level_debug"] }
anyhow = "1.0"

0 comments on commit f96934c

Please sign in to comment.