Migrate to Rust 2021

This commit is contained in:
Taiki Endo 2024-01-07 06:45:02 +09:00
parent 1680dc24d3
commit aa47ae0e35
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ name = "blocking"
# - Create "v1.x.y" git tag
version = "1.5.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.60"
description = "A thread pool for isolating blocking I/O in async programs"
license = "Apache-2.0 OR MIT"