Skip to content

Commit

Permalink
minor: work around wildcard check (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn authored Jan 13, 2023
1 parent cfc8213 commit bc26402
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 @@ -176,7 +176,7 @@ hex = "0.4"
home = "0.5"
lambda_runtime = "0.6.0"
pretty_assertions = "1.3.0"
serde = { version = "*", features = ["rc"] }
serde = { version = ">= 0.0.0", features = ["rc"] }
serde_json = "1.0.64"
semver = "1.0.0"
time = "0.3.9"
Expand Down

0 comments on commit bc26402

Please sign in to comment.