Skip to content

Commit

Permalink
fix: #96 by enabling the default-features in cores
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 28, 2024
1 parent 5836e48 commit 66a9456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
maintenance = { status = "actively-developed" }

[dependencies]
sauron-core = { version = "0.61", path = "crates/core", default-features = false }
sauron-core = { version = "0.61", path = "crates/core" }
sauron-macro = { version = "0.61", path = "crates/macro", optional = true }
sauron-html-parser = { version = "0.61", path = "crates/html-parser", optional = true }

Expand Down

0 comments on commit 66a9456

Please sign in to comment.