We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8184064 commit b613339Copy full SHA for b613339
fast_config/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fast_config"
3
-version = "2.0.0"
+version = "1.3.0"
4
edition = "2024"
5
authors = ["FlooferLand", "Younes Torshizi <vaytea59@gmail.com>"]
6
description = "A small and simple multi-format crate to handle config files"
@@ -29,9 +29,9 @@ thiserror = "2.0"
29
30
# Optional
31
fast_config_derive = { path = "../fast_config_derive", optional = true }
32
-json5 = { version = "0.4", optional = true }
+json5 = { version = "1.3", optional = true }
33
toml = { version = "0.9", optional = true }
34
-serde_yml = { version = "0.0.11", optional = true }
+serde_yml = { version = "0.0.12", optional = true }
35
serde_json = { version = "1.0", optional = true }
36
37
[features]
0 commit comments