Skip to content

Commit

Permalink
Hopefully fix docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stovent committed Aug 29, 2022
1 parent 627c0a5 commit 2c06247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "m68000"
version = "0.1.0"
version = "0.1.1"
authors = ["Stovent <StoventTAS@gmail.com>"]
edition = "2021"
license = "LGPL-3.0-or-later"
Expand All @@ -21,3 +21,6 @@ lto = true

[lib]
crate-type = ["lib", "staticlib"]

[package.metadata.docs.rs]
features = ["cpu-mc68000"]

0 comments on commit 2c06247

Please sign in to comment.