Skip to content

Commit 034d8db

Browse files
committed
Release 0.1.75
1 parent 0d469fc commit 034d8db

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.74"
3+
version = "0.1.75"
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
@@ -304,7 +304,7 @@
304304
//! let object = &value as &dyn ObjectSafe;
305305
//! ```
306306
307-
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.74")]
307+
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.75")]
308308
#![allow(
309309
clippy::default_trait_access,
310310
clippy::doc_markdown,

0 commit comments

Comments
 (0)