Skip to content

Commit

Permalink
update base64 to 0.22, Rust to 1.70
Browse files Browse the repository at this point in the history
(and reqwest in example, and various things in Cargo.lock)
  • Loading branch information
scottlamb committed Aug 31, 2024
1 parent d25c39f commit 8a423ea
Show file tree
Hide file tree
Showing 4 changed files with 663 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
rust:
- stable
- 1.57
- '1.70'
include:
- rust: stable
extra_components: rustfmt
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## `v0.1.10` (2024-08-31)

* update `base64` to version 0.22.
* update minimum Rust version to 1.70.

## `v0.1.9` (2023-12-28)

* support conversion from `http` crate version 1.0 types.
Expand Down
Loading

0 comments on commit 8a423ea

Please sign in to comment.