Skip to content

Commit ec95549

Browse files
Update Rust to 1.96 and bump all dependencies (#61)
* Update Rust to 1.96 and bump all dependencies * Fix Amazon Linux 2 build: install pip and wheel * Fix arm64 docker build missing --platform flag * Bump version to 2.2.0 and update dependency pins Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 51bed56 commit ec95549

11 files changed

Lines changed: 1102 additions & 782 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ outputs.json
77
python/crypteia/build
88
python/crypteia/src/*.egg-info
99
runteststest
10+
awskeys.txt
1011
.DS_Store

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [2.2.0] - 2026-06-04
11+
12+
### Changed
13+
14+
- Update Rust toolchain to 1.96
15+
- Bump all Rust dependencies (anyhow, tokio, futures, aws-config, aws-sdk-ssm, libc, lazy_static, serde_json)
16+
17+
### Fixed
18+
19+
- ARM64 docker build missing `--platform` flag
20+
- Amazon Linux 2 build: install pip and wheel
21+
1022
## [2.1.0] - 2025-12-02
1123

1224
### Added

0 commit comments

Comments
 (0)