Skip to content

Commit

Permalink
Upgrade to rust-box = "0.10.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
try-box committed Oct 25, 2023
1 parent 727ca37 commit e3cc497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-box"
version = "0.10.0"
version = "0.10.1"
authors = ["try <trywen@qq.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -45,8 +45,8 @@ counter-count = ["counter/count"]

[dependencies]
queue-ext = { version = "0.4.1", path = "./queue-ext", optional = true }
stream-ext = { version = "0.2.3", path = "./stream-ext", optional = true }
task-exec-queue = { version = "0.8.0", path = "./task-exec-queue", optional = true }
stream-ext = { version = "0.2.4", path = "./stream-ext", optional = true }
task-exec-queue = { version = "0.8.1", path = "./task-exec-queue", optional = true }
event-notify = { version = "0.1.1", path = "./event", optional = true }
std-ext = { version = "0.2.0", path = "./std-ext", optional = true }
mpsc = { version = "0.2.3", path = "./mpsc", optional = true }
Expand Down

0 comments on commit e3cc497

Please sign in to comment.