Skip to content

Commit

Permalink
Fix patch location
Browse files Browse the repository at this point in the history
This was not spotted before because the patch was always overridden to a
path.
  • Loading branch information
chrysn committed Aug 23, 2024
1 parent 5d6216a commit fdb147c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ embassy-executor-riot = { git = "https://gitlab.com/etonomy/riot-module-examples
rust_riotmodules = { path = "/home/chrysn/git/RIOT-projects/tempmain/sys/rust_riotmodules", features = [ "riot-module-shell-democommands" ] }

[patch.crates-io]
riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-wrappers/" }
riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys/" }
riot-wrappers = { git = "https://github.com/RIOT-OS/rust-riot-wrappers/" }

0 comments on commit fdb147c

Please sign in to comment.