From 8a757a3b8e37371026cee0bafb6bb77054246dcb Mon Sep 17 00:00:00 2001 From: Uriah Date: Wed, 11 Dec 2024 04:24:15 +0800 Subject: [PATCH] bump to 1.5.4 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 385cecf..725b058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a4418e8..b3c1fcf 100644 --- a/package.json +++ b/package.json @@ -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" },