Skip to content

Commit

Permalink
fix: Fix build when no features.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 4, 2024
1 parent dedac65 commit 0b2161f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

#### 🐞 Fixes

- Fixed a build failure when all features are disabled.

## 0.13.1

#### 🐞 Fixes
Expand Down
3 changes: 1 addition & 2 deletions crates/schematic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tracing = "0.1.40"
garde = { version = "0.16.3", default-features = false, optional = true, features = [
"regex",
] }
serde = { workspace = true, optional = true }
serde = { workspace = true }
serde_path_to_error = { version = "0.1.15", optional = true }
starbase_styles = { version = "0.1.16", optional = true }

Expand Down Expand Up @@ -55,7 +55,6 @@ reqwest = { version = "0.11.23", default-features = false, optional = true, feat
default = ["config", "url"]
config = [
"dep:garde",
"dep:serde",
"dep:serde_path_to_error",
"dep:starbase_styles",
"schematic_macros/config",
Expand Down

0 comments on commit 0b2161f

Please sign in to comment.