Skip to content

Commit

Permalink
Merge pull request #18 from scpwiki/layout-prelude
Browse files Browse the repository at this point in the history
Add Layout to crate prelude
  • Loading branch information
emmiegit authored Jul 22, 2024
2 parents 50ef764 + 52db1b4 commit 2b19da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["wikidot", "wikijump", "ftml", "parsing", "html"]
categories = ["parser-implementations"]
exclude = [".gitignore", ".editorconfig"]

version = "1.25.0"
version = "1.25.1"
authors = ["Emmie Smith <[email protected]>"]
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ pub use self::utf16::Utf16IndexMap;
pub mod prelude {
pub use super::data::{PageInfo, ScoreValue};
pub use super::includes::{include, Includer};
pub use super::layout::Layout;
pub use super::parsing::{parse, ParseError, ParseResult};
pub use super::preprocess;
pub use super::render::Render;
Expand Down

0 comments on commit 2b19da9

Please sign in to comment.