@cspell/dict-rust 4.0.4 → 4.0.5

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
@@ -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
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.5",
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": "d95cee6098f5c12190a4a134f5d295c473c38222"
45
45
  }