We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbe69e commit b78f62aCopy full SHA for b78f62a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 6.0.2 (2025-06-19)
2
+
3
+### Bug fixes
4
5
+Add a .d.cts file to make TypeScript happy.
6
## 6.0.1 (2022-10-24)
7
8
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-rust",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "Rust language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments