From f13c187f269d8fc9e17a141f5159edbe7d85b319 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 14 Jan 2021 14:17:50 +0100 Subject: [PATCH] Add a changelog entry for the async runtime update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b3fd5d..794efefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [[#940]] Rename the `#[sqlx(rename)]` attribute used to specify the type name on the database side to `#[sqlx(type_name)]` [[@jplatte]]. +- [[#983]] Upgrade async runtime dependencies [[@seryl, @ant32, @jplatte]] + + - tokio 1.0 + - actix-rt 2.0 + ## 0.4.2 - 2020-12-19 - [[#908]] Fix `whoami` crash on FreeBSD platform [[@fundon]] [[@AldaronLau]]