Skip to content

Commit 04cb70d

Browse files
author
Davide Melfi
committed
chore: fix dev dep dependency
1 parent b16f532 commit 04cb70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-events/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ builders = ["bon"]
137137
all-features = true
138138

139139
[dev-dependencies]
140-
lambda_runtime = { version = "*", path = "../lambda-runtime" }
140+
lambda_runtime = { version = "1", path = "../lambda-runtime" }

0 commit comments

Comments
 (0)