Skip to content

Commit

Permalink
more precise serde dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Feb 24, 2024
1 parent 76f28cd commit c316117
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 @@ -33,7 +33,7 @@ log = "0.4"
clap = { version = "4.4", optional = true, features = ["derive"] }

# deserialization for Tag trait
serde = { version = "1", features = ["derive"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
typetag = { version = "0.2", optional = true }

# format deserialization
Expand Down

0 comments on commit c316117

Please sign in to comment.