Skip to content

Commit 77ef26d

Browse files
committed
minor: work around wildcard check
1 parent cfc8213 commit 77ef26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ hex = "0.4"
176176
home = "0.5"
177177
lambda_runtime = "0.6.0"
178178
pretty_assertions = "1.3.0"
179-
serde = { version = "*", features = ["rc"] }
179+
serde = { version = ">= 0.0.0", features = ["rc"] }
180180
serde_json = "1.0.64"
181181
semver = "1.0.0"
182182
time = "0.3.9"

0 commit comments

Comments
 (0)