Skip to content

Commit

Permalink
Merge pull request #53 from arkedge/hotfix/missing-library-rename
Browse files Browse the repository at this point in the history
Fix missing Library rename in cargo config
  • Loading branch information
sksat authored Aug 3, 2023
2 parents 2955573 + 94d204c commit e6941d8
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 @@ -21,7 +21,7 @@ members = [

[workspace.dependencies]
c2a-core = { path = "." }
c2a-bind-utils = { path = "./Library/bind-utils" }
c2a-bind-utils = { path = "./library/bind-utils" }

c2a-sils-runtime = { path = "./sils-runtime" }
c2a-wdt-noop = { path = "./hal/wdt-noop" }
Expand Down

0 comments on commit e6941d8

Please sign in to comment.