Skip to content

Commit b613339

Browse files
committed
Fix broken dependency versions and version number
1 parent 8184064 commit b613339

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fast_config/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast_config"
3-
version = "2.0.0"
3+
version = "1.3.0"
44
edition = "2024"
55
authors = ["FlooferLand", "Younes Torshizi <vaytea59@gmail.com>"]
66
description = "A small and simple multi-format crate to handle config files"
@@ -29,9 +29,9 @@ thiserror = "2.0"
2929

3030
# Optional
3131
fast_config_derive = { path = "../fast_config_derive", optional = true }
32-
json5 = { version = "0.4", optional = true }
32+
json5 = { version = "1.3", optional = true }
3333
toml = { version = "0.9", optional = true }
34-
serde_yml = { version = "0.0.11", optional = true }
34+
serde_yml = { version = "0.0.12", optional = true }
3535
serde_json = { version = "1.0", optional = true }
3636

3737
[features]

0 commit comments

Comments
 (0)