Skip to content

Commit

Permalink
1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Dec 31, 2021
1 parent 0dccab3 commit 6194df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-timer"
version = "1.0.0-beta.7"
version = "1.0.0-beta.8"
authors = ["Douman <[email protected]>"]
edition = "2018"
description = "Timers for Rust async story"
Expand Down Expand Up @@ -41,17 +41,17 @@ features = ["threadpoolapiset"]

[target.'cfg(any(target_os = "macos", target_os = "ios", unix))'.dependencies]
libc = { version = "0.2.60", default-features = false }
tokio_1 = { package = "tokio", version = "1", default-features = false, optional = true, features = ["net"] }
tokio_1 = { package = "tokio", version = "1.15", default-features = false, optional = true, features = ["net"] }

#kqueue needs nix
[target.'cfg(any(target_os = "bitrig", target_os = "dragonfly", target_os = "freebsd", target_os = "ios", target_os = "macos", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
nix = { version = "0.20", optional = true }
nix = { version = "0.23", optional = true }

[target.'cfg(any(target_arch = "wasm32"))'.dependencies]
wasm-bindgen = "0.2"

[dev-dependencies]
tokio_1 = { package = "tokio", version = "1", default-features = false, features = ["macros", "rt"] }
tokio_1 = { package = "tokio", version = "1.15", default-features = false, features = ["macros", "rt"] }

[build-dependencies.cc]
version = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Rust](https://github.com/DoumanAsh/async-timer/workflows/Rust/badge.svg?branch=master)
[![Crates.io](https://img.shields.io/crates/v/async-timer.svg)](https://crates.io/crates/async-timer)
[![Documentation](https://docs.rs/async-timer/badge.svg)](https://docs.rs/crate/async-timer/)
[![dependency status](https://deps.rs/crate/async-timer/1.0.0-beta.7/status.svg)](https://deps.rs/crate/async-timer)
[![dependency status](https://deps.rs/crate/async-timer/1.0.0-beta.8/status.svg)](https://deps.rs/crate/async-timer)

Timer facilities for Rust's async story

Expand Down

0 comments on commit 6194df7

Please sign in to comment.