Skip to content

Commit

Permalink
fix: Fix cargo feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 26, 2024
1 parent 394819e commit b40765b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/migrate-nx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.1
## Unreleased

#### 🚀 Updates

Expand Down
2 changes: 1 addition & 1 deletion crates/migrate-nx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ moon_pdk = { workspace = true }
moon_target = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true }
starbase_utils = { workspace = true, features = ["json", "yaml"] }
starbase_utils = { workspace = true, features = ["glob", "json", "yaml"] }

[dev-dependencies]
moon_pdk_test_utils = { workspace = true }
Expand Down

0 comments on commit b40765b

Please sign in to comment.