Skip to content

Commit 5e645cd

Browse files
committed
chore: remove wildcard dependency for publishing
I didn't realize wildcards in `dev-dependencies` were still verboten for published crates Signed-off-by: R. Tyler Croy <rtyler@brokenco.de>
1 parent ac88560 commit 5e645cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/aws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ chrono = { workspace = true }
5454
deltalake-core = { path = "../core" }
5555
deltalake-test = { path = "../test" }
5656
pretty_env_logger = "0.5.0"
57-
pretty_assertions = "*"
57+
pretty_assertions = "1"
5858
rand = "0.8"
5959
serde_json = { workspace = true }
6060
serial_test = "3"

0 commit comments

Comments
 (0)