Skip to content

Commit

Permalink
1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Feb 10, 2024
1 parent 86ecb39 commit 975f589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.11"
version = "1.0.0-beta.12"
authors = ["Douman <[email protected]>"]
edition = "2018"
description = "Timers for Rust async story"
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.11/status.svg)](https://deps.rs/crate/async-timer)
[![dependency status](https://deps.rs/crate/async-timer/1.0.0-beta.12/status.svg)](https://deps.rs/crate/async-timer)

Timer facilities for Rust's async story

Expand Down

0 comments on commit 975f589

Please sign in to comment.