Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 3fa9ed3

Browse files
committed
new version published
1 parent 8980dac commit 3fa9ed3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to the "crates" extension will be documented in this file.
99
- Buggy rendering for parameterized dependencies [#52](https://github.com/serayuzgur/crates/issues/52)
1010
- ^ versions handled incorrectly [#39](https://github.com/serayuzgur/crates/issues/39)
1111
- Splitting vscode package into @types/vscode and vscode-test [#57](https://github.com/serayuzgur/crates/issues/57)
12+
- Uppercase key seems to be causing an error [#56](https://github.com/serayuzgur/crates/issues/56)
1213

1314
## 0.4.3
1415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crates",
33
"displayName": "crates",
44
"description": "Helps Rust developers managing dependencies with Cargo.toml. Only works with dependencies from crates.io.",
5-
"version": "0.4.3",
5+
"version": "0.4.4",
66
"publisher": "serayuzgur",
77
"author": {
88
"name": "serayuzgur",

0 commit comments

Comments
 (0)