1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Update the base64 dependency to 0.12

This commit is contained in:
Yuki Okushi
2020-04-03 17:01:36 +09:00
parent f6686c9292
commit 92c4230550
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased]
- Update the `base64` dependency to 0.12
## [0.4.1] - 2020-02-19
- Move repository to actix-extras