Skip to content

Commit

Permalink
smol: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Apr 24, 2024
1 parent af73a58 commit bc68452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smol-executor-trait/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smol-executor-trait"
version = "2.1.0"
version = "3.0.0"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "executor-trait implementation for smol"
edition = "2021"
Expand All @@ -16,7 +16,7 @@ rust-version = "1.56.0"
[dependencies]
async-trait = "^0.1.42"
blocking = "^1.0"
smol = "^1.0"
smol = "^2.0"

[dependencies.executor-trait]
version = "^2.1"
Expand Down

0 comments on commit bc68452

Please sign in to comment.