@cspell/dict-rust 4.0.4 → 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 +2 -0
  2. package/package.json +2 -2
package/dict/rust.txt CHANGED
@@ -33,6 +33,7 @@ as
33
33
  assert
34
34
  assert_eq
35
35
  become
36
+ bindgen
36
37
  bool
37
38
  box
38
39
  break
@@ -94,6 +95,7 @@ pure
94
95
  ref
95
96
  return
96
97
  rustfmt
98
+ rustup
97
99
  self
98
100
  serde
99
101
  sizeof
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-rust",
3
- "version": "4.0.4",
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": "825e2a9804a52b09daa0f7571ba1736da1b1fd2f"
44
+ "gitHead": "f643a50e6cc9cb0e465ef2151ba9bc6b49e92dd6"
45
45
  }