Skip to content

Commit

Permalink
Pin home to 0.5.9 correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 16, 2024
1 parent 14a0e9d commit 4da3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui_commonmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ embedded_image = ["egui_commonmark_backend/embedded_image"]
eframe = { version = "0.30", default-features = false, features = ["default_fonts", "glow"] }
image = { version = "0.25", default-features = false, features = ["png"] }
egui_commonmark_macros = { workspace = true } # Tests won't build otherswise
home = "0.5.9" # pinned for Rust 1.80.0, keep in sync with eframe
home = "=0.5.9" # pinned for Rust 1.80.0, keep in sync with eframe

[package.metadata.docs.rs]
features = ["better_syntax_highlighting", "document-features", "macros"]

0 comments on commit 4da3ce8

Please sign in to comment.