Skip to content

Commit

Permalink
Fixed package.metadata.docs.rs.features
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi committed Nov 22, 2024
1 parent e4af314 commit c10c104
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions flourish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# *flourish* Changelog

## 0.1.1

2024-11-22

- Revisions:
- Fixed docs.rs build.

## 0.1.0

2024-11-22
Expand Down
4 changes: 2 additions & 2 deletions flourish/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flourish"
version = "0.1.0"
version = "0.1.1"
authors = ["Tamme Schichler <[email protected]>"]
edition = "2021"
rust-version = "1.76"
Expand All @@ -15,7 +15,7 @@ categories = ["asynchronous", "caching", "concurrency", "gui", "memory-managemen
publish = false

[package.metadata.docs.rs]
features = "_doc"
features = [ "_doc" ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
7 changes: 7 additions & 0 deletions isoprenoid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `isoprenoid` Changelog

## 0.1.1

2024-11-22

- Revisions:
- Fixed docs.rs build.

## 0.1.0

2024-11-22
Expand Down
4 changes: 2 additions & 2 deletions isoprenoid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "isoprenoid"
version = "0.1.0"
version = "0.1.1"
authors = ["Tamme Schichler <[email protected]>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -15,7 +15,7 @@ categories = ["asynchronous", "caching", "concurrency", "gui", "memory-managemen
publish = false

[package.metadata.docs.rs]
features = "_doc"
features = [ "_doc" ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit c10c104

Please sign in to comment.