File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/devcontainers/base:1-bookworm
2+
23RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
3- && apt-get -y install git build-essential protobuf-compiler \
4+ && apt-get -y install git build-essential protobuf-compiler pkg-config libssl-dev \
45 # Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
56 && apt-get purge -y imagemagick imagemagick-6-common
Original file line number Diff line number Diff line change 1515 "installDockerBuildx" : " true"
1616 },
1717 "ghcr.io/devcontainers/features/rust:1" : {
18- "version" : " 1.70 " ,
18+ "version" : " 1.85 " ,
1919 "profile" : " complete"
2020 },
2121 "ghcr.io/devcontainers/features/git:1" : {
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## Changed
99- Lading now built with edition 2024
1010- Removed use of compromised ` tj-actions/changed-files ` action from project's GitHub CI configuration
11+ - Fixed devcontainer configuration to ensure the ` rust-analyzer ` can run successfully within IDEs
1112
1213## [ 0.25.6]
1314## Fixed
You can’t perform that action at this time.
0 commit comments