@cspell/dict-rust 4.0.3 → 4.0.4

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
@@ -103,6 +103,7 @@ stringify
103
103
  struct
104
104
  super
105
105
  sync
106
+ tokio
106
107
  toml
107
108
  toolchain
108
109
  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.4",
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": "825e2a9804a52b09daa0f7571ba1736da1b1fd2f"
45
45
  }