@cspell/dict-rust 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cspell Rust Dictionary
1
+ # CSpell Rust Dictionary
2
2
 
3
3
  Rust dictionary for cspell.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-rust",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Rust dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,5 +37,5 @@
37
37
  "dict/rust.txt",
38
38
  "cspell-ext.json"
39
39
  ],
40
- "gitHead": "423cddea0244a460b994d8c4643a418bea52a5ec"
40
+ "gitHead": "a8ff83095adc9f526f48772c52195e0456f78668"
41
41
  }