about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.github/actions/github-release/package.json
diff options
context:
space:
mode:
authorroife <roifewu@gmail.com>2024-04-06 13:57:56 +0800
committerroife <roifewu@gmail.com>2024-04-16 16:26:23 +0800
commit3a4a69a51047d13be50439907c5c9f989d366264 (patch)
treec570a2c272fc21f3f98428deee3ba50011242983 /src/tools/rust-analyzer/.github/actions/github-release/package.json
parent1179c3ee83eb72508049c78d06c06057c21885a3 (diff)
Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTs
Diffstat (limited to 'src/tools/rust-analyzer/.github/actions/github-release/package.json')
-rw-r--r--src/tools/rust-analyzer/.github/actions/github-release/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/.github/actions/github-release/package.json b/src/tools/rust-analyzer/.github/actions/github-release/package.json
new file mode 100644
index 00000000000..af4bf074d2d
--- /dev/null
+++ b/src/tools/rust-analyzer/.github/actions/github-release/package.json
@@ -0,0 +1,10 @@
+{
+  "name": "wasmtime-github-release",
+  "version": "0.0.0",
+  "main": "main.js",
+  "dependencies": {
+    "@actions/core": "^1.6",
+    "@actions/github": "^5.0",
+    "glob": "^7.1.5"
+  }
+}