Skip to content

Commit b3a5919

Browse files
committed
Release 0.1.88
1 parent a306be8 commit b3a5919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-trait"
3-
version = "0.1.87"
3+
version = "0.1.88"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["asynchronous", "no-std"]
66
description = "Type erasure for async trait methods"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
//! }
215215
//! ```
216216
217-
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.87")]
217+
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.88")]
218218
#![allow(
219219
clippy::default_trait_access,
220220
clippy::doc_markdown,

0 commit comments

Comments
 (0)