Skip to content

Commit

Permalink
Fix failing CI for no_std builds
Browse files Browse the repository at this point in the history
Patch in Peternator7/strum#360 until it is
merged and released on crates.io.
  • Loading branch information
tronical committed Jun 3, 2024
1 parent b80f455 commit 1a9d09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,7 @@ panic = "abort"

[profile.dev]
panic = "abort"

# Temporary patch until https://github.com/Peternator7/strum/pull/360 is merged and released
[patch.crates-io]
strum_macros = { git = "https://github.com/Peternator7/strum", rev = "refs/pull/360/head" }

0 comments on commit 1a9d09b

Please sign in to comment.