Skip to content

Commit

Permalink
Renames zfi-macros directory to macros
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Aug 23, 2023
1 parent 9500b1c commit 3ccb3aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"

[dependencies]
bitflags = "2.4"
zfi-macros = { path = "zfi-macros" }
zfi-macros = { path = "macros" }

[dev-dependencies]
zfi-testing = { path = "testing" }

[workspace]
members = ["zfi-macros", "testing", "testing-macros"]
members = ["macros", "testing", "testing-macros"]
File renamed without changes.
File renamed without changes.

0 comments on commit 3ccb3aa

Please sign in to comment.