Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 71f3810

Browse files
mehcodealexheretic
authored andcommitted
Remove language-rust as a package dependency (#106)
* Remove language-rust as a package dependency Built-in support for Rust syntax is amazing thanks to tree-sitter * Require atom >=1.33 This is the atom release with rust syntax support built-in
1 parent 3982557 commit 71f3810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
"ide"
1212
],
1313
"package-deps": [
14-
"language-rust",
1514
"atom-ide-ui"
1615
],
1716
"engines": {
18-
"atom": ">=1.21.0"
17+
"atom": ">=1.33.0"
1918
},
2019
"dependencies": {
2120
"atom-languageclient": "^0.9.8",

0 commit comments

Comments
 (0)