Skip to content

Commit

Permalink
Bumping config to 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Feb 14, 2024
1 parent 0658a55 commit ed78491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Configuration for the Leptos web framework."
readme = "../README.md"

[dependencies]
config = { version = "0.13.3", default-features = false, features = ["toml"] }
config = { version = "0.14", default-features = false, features = ["toml"] }
regex = "1.7.0"
serde = { version = "1.0.151", features = ["derive"] }
thiserror = "1.0.38"
Expand Down

0 comments on commit ed78491

Please sign in to comment.