Skip to content

Commit d343e23

Browse files
Revert param not found code, update base image, update cargo packages (#49)
* revert to v1 code * update docker base image to new rust version * update cargo packages * add improved logging PR * update chaneglog
1 parent 8a852bd commit d343e23

File tree

6 files changed

+725
-332
lines changed

6 files changed

+725
-332
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/rust:0.202.9-bullseye
1+
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye
22

33
RUN sudo apt-get update -y \
44
&& sudo apt-get upgrade -y

CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## [2.0.1] - 2024-6-13
11-
12-
- Revert base img due to version `GLIBC_2.34' not found error.
13-
1410
## [2.0.0] - 2024-6-12
1511

16-
- Fail if parameter not found.
12+
- Fix release workflow and update base image
13+
- Update cargo packages
14+
- Improve logging
1715

1816
## [1.1.2] - 2023-05-20
1917

0 commit comments

Comments
 (0)