@cspell/dict-rust 4.0.3 → 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 +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
@@ -103,6 +104,7 @@ stringify
103
104
  struct
104
105
  super
105
106
  sync
107
+ tokio
106
108
  toml
107
109
  toolchain
108
110
  trait
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-rust",
3
- "version": "4.0.3",
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": "473c4461fc71723254f162feb4480684d1f53d96"
44
+ "gitHead": "d95cee6098f5c12190a4a134f5d295c473c38222"
45
45
  }