Skip to content

Commit

Permalink
Pin dependencies for stable main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed Apr 17, 2024
1 parent 9050223 commit 990dbfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 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 @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
# FC firmware. Contains shared types (e.g. telemetry) and code (state estimation)
mithril = { git = "https://github.com/tudsat-rocket/mithril.git", default-features = false }
mithril = { git = "https://github.com/tudsat-rocket/mithril.git", branch="main", default-features = false }
#mithril = { path = "../mithril", default-features = false }
# CLI & logging
colored = "2"
Expand All @@ -21,7 +21,7 @@ egui_extras = { version = "0.26", features = ["image"] }
image = { version = "0.24", default-features = false, features = ["jpeg", "png"] }
egui_tiles = "0.7.2"
egui-gizmo = "0.16"
walkers = { git = "https://github.com/podusowski/walkers" }
walkers = "0.19"
# serialization & communication
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.89"
Expand Down

0 comments on commit 990dbfa

Please sign in to comment.