@cspell/dict-rust 4.0.5 → 4.0.6

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/dict/rust.txt +1 -0
  2. package/package.json +2 -2
package/dict/rust.txt CHANGED
@@ -95,6 +95,7 @@ pure
95
95
  ref
96
96
  return
97
97
  rustfmt
98
+ rustup
98
99
  self
99
100
  serde
100
101
  sizeof
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-rust",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "Rust dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -41,5 +41,5 @@
41
41
  "dict/rust.txt",
42
42
  "cspell-ext.json"
43
43
  ],
44
- "gitHead": "d95cee6098f5c12190a4a134f5d295c473c38222"
44
+ "gitHead": "f643a50e6cc9cb0e465ef2151ba9bc6b49e92dd6"
45
45
  }