Skip to content

Commit

Permalink
fix(rust): remove hard nx dep (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored Nov 14, 2024
1 parent 5bdb2ff commit 5964b47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rust/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/nx-plugin-checks": "error",
"@nx/dependency-checks": "error"
"@nx/dependency-checks": "warn"
}
}
]
Expand Down
1 change: 0 additions & 1 deletion packages/rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@ltd/j-toml": "1.38.0",
"chalk": "^4.1.2",
"npm-run-path": "^4.0.1",
"nx": ">= 19 < 21",
"semver": "7.5.4",
"tslib": "^2.0.0"
},
Expand Down

0 comments on commit 5964b47

Please sign in to comment.