summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2023-01-25 01:24:26 -0300
committerSoniEx2 <endermoneymod@gmail.com>2023-01-25 01:24:26 -0300
commitdbc79bbbc30308a86788b9b3d49b8f4c3b39b30a (patch)
tree983f2263777d8e946529639b139f0837220c72d0
parentb427cd441c6affd9a84b0bad0e0960732e428a58 (diff)
Fix docs.rs
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea43085..75d049c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "selfref"
-version = "0.4.1"
+version = "0.4.2"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 edition = "2021"
 description = "Semi-pain-free self-referential pinned types"
@@ -29,3 +29,6 @@ version = "1.0.1"
 
 [dev-dependencies]
 trybuild = "1.0.72"
+
+[package.metadata.docs.rs]
+all-features = true