Skip to content

Commit 9a9b322

Browse files
committed
Release 0.1.66
1 parent 4cd54b8 commit 9a9b322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
//! let object = &value as &dyn ObjectSafe;
304304
//! ```
305305
306-
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.65")]
306+
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.66")]
307307
#![allow(
308308
clippy::default_trait_access,
309309
clippy::doc_markdown,

0 commit comments

Comments
 (0)