Skip to content

Commit 6f305bb

Browse files
authored
chore: fix dev dep dependency (#1126)
Co-authored-by: Davide Melfi <dmelfi@amazon.com>
1 parent b16f532 commit 6f305bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)