From 2c06247ed63548245e90c79ec02678fcdaa71ce2 Mon Sep 17 00:00:00 2001 From: Stovent Date: Sun, 28 Aug 2022 23:02:03 -0400 Subject: [PATCH] Hopefully fix docs.rs --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ae38b1..8034a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "m68000" -version = "0.1.0" +version = "0.1.1" authors = ["Stovent "] edition = "2021" license = "LGPL-3.0-or-later" @@ -21,3 +21,6 @@ lto = true [lib] crate-type = ["lib", "staticlib"] + +[package.metadata.docs.rs] +features = ["cpu-mc68000"]