Skip to content

Commit

Permalink
Activate embedded-fs feature when building on docs.rs
Browse files Browse the repository at this point in the history
This is so `EmbeddedFs` will actually show up in the online docs.
  • Loading branch information
Absolucy authored and manuel-woelker committed Mar 7, 2022
1 parent c29227a commit 8e3c8db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ camino = "1.0.5"
embedded-fs = ["rust-embed"]
export-test-macros = []

[package.metadata.docs.rs]
features = ["embedded-fs"]

0 comments on commit 8e3c8db

Please sign in to comment.