diff --git a/Cargo.toml b/Cargo.toml index 3c99c0a..cad535b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self_cell" -version = "0.9.2" +version = "0.10.0" authors = ["Lukas Bergdoll "] edition = "2018" license = "Apache-2.0" diff --git a/README.md b/README.md index 48854d5..804e449 100644 --- a/README.md +++ b/README.md @@ -143,14 +143,14 @@ cargo miri test ### Related projects +[ouroboros](https://github.com/joshua-maros/ouroboros) + [rental](https://github.com/jpernst/rental) [Schroedinger](https://github.com/dureuill/sc) [owning_ref](https://github.com/Kimundi/owning-ref-rs) -[ouroboros](https://github.com/joshua-maros/ouroboros) - [ghost-cell](https://github.com/matthieu-m/ghost-cell) ## Contributing