Skip to content

Commit

Permalink
Bump the version on xshell to try to avoid a GitHub action error report
Browse files Browse the repository at this point in the history
about a non-existent cfg: trick_rust_analyzer_into_highlighting_interpolated_bits
  • Loading branch information
parno committed Jan 20, 2025
1 parent 36830bb commit 45eb32e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
] }
triomphe = { version = "0.1.10", default-features = false, features = ["std"] }
url = "2.3.1"
xshell = "0.2.5"
xshell = "0.2.7"


# We need to freeze the version of the crate, as the raw-api feature is considered unstable
Expand Down
10 changes: 5 additions & 5 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Verus language support for Visual Studio Code",
"private": true,
"icon": "icon.png",
"version": "0.5.0-dev",
"releaseTag": null,
"version": "0.4.225",
"releaseTag": "nightly",
"publisher": "verus-lang",
"repository": {
"url": "https://github.com/verus-lang/verus-analyzer.git",
Expand All @@ -29,7 +29,7 @@
"engines": {
"vscode": "^1.78.0"
},
"enabledApiProposals": [],

"scripts": {
"vscode:prepublish": "npm run build-base -- --minify",
"package": "vsce package -o verus-analyzer.vsix",
Expand Down Expand Up @@ -573,7 +573,7 @@
}
},
{
"title": "$generated-start"

},
{
"title": "assist",
Expand Down Expand Up @@ -2606,7 +2606,7 @@
}
},
{
"title": "$generated-end"

}
],
"configurationDefaults": {
Expand Down

0 comments on commit 45eb32e

Please sign in to comment.