Skip to content

Commit 302c6c1

Browse files
committed
Update README to reflect the change
1 parent 1b95610 commit 302c6c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Build Status](https://travis-ci.org/Kimundi/owning-ref-rs.svg)](https://travis-ci.org/Kimundi/owning-ref-rs)
2-
[![Crate](https://img.shields.io/crates/v/owning_ref.svg)](https://crates.io/crates/owning_ref)
3-
[![Docs](https://docs.rs/owning_ref/badge.svg)](https://docs.rs/owning_ref)
1+
## Note
2+
This crate has been republished because of popular demand to publish the fixed fork as a crate.
3+
However, I can't make any guarantees about the safety of this crate, and I won't necessarilly be able to actively maintain it.
44

5-
owning-ref-rs
6-
==============
75

6+
safer_owning_ref
7+
==============
88
A library for creating references that carry their owner with them.
99

1010
This can sometimes be useful because Rust borrowing rules normally prevent

0 commit comments

Comments
 (0)