Skip to content

Commit

Permalink
Updated one more version missed during README edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcianx committed Apr 7, 2024
1 parent c4c48ba commit 6472adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This crate is `no_std` compatible. To use it without `std`:

```toml
[dependencies]
downcast-rs = { version = "1.2.0", default-features = false }
downcast-rs = { version = "1.2.1", default-features = false }
```

To make a trait downcastable, make it extend either `downcast::Downcast` or
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//!
//! ```toml
//! [dependencies]
//! downcast-rs = { version = "1.2.0", default-features = false }
//! downcast-rs = { version = "1.2.1", default-features = false }
//! ```
//!
//! To make a trait downcastable, make it extend either `downcast::Downcast` or
Expand Down

0 comments on commit 6472adb

Please sign in to comment.