Skip to content

Commit

Permalink
bump to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Dec 10, 2024
1 parent 7291209 commit 8a757a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to the "cargo-runner" extension will be documented in this f

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.5.3
## 1.5.4
- add note on read me on known issues and how to fix it on `rust-analyzer.server.extraEnv`
- update overrideCargo on codelens structure to make use of `active-toolchain` ,eg.`cargo +stable-aarch64-apple-darwin`
- Added support for `rust-toolchain.toml` file to add `channel` by typing `+beta` , `+nightly` or `+stable` when Overriding Config.
- Use Rust Analyzer Config and Cargo.toml to override args
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/codeitlikemiley/cargo-runner"
},
"version": "1.5.3",
"version": "1.5.4",
"engines": {
"vscode": "^1.85.0"
},
Expand Down

0 comments on commit 8a757a3

Please sign in to comment.