Skip to content

Commit da18094

Browse files
committed
Fix name in CRATES list
This should have been done during the crate rename.
1 parent adc06d5 commit da18094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/crates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# shellcheck disable=SC2148
33

44
# Crates in this workspace to test.
5-
CRATES=("json" "client" "jsonrpc")
5+
CRATES=("types" "client" "jsonrpc")

0 commit comments

Comments
 (0)