Skip to content

Commit e09f5bd

Browse files
committed
Use ryu version 1 over * (any)
Cargo does not accept crates with * dependencies.
1 parent e9f3a12 commit e09f5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shopify_function/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ shopify_function_macro = { version = "0.7.0", path = "../shopify_function_macro"
1414
# Use the `small` feature of ryu (transitive dependency through serde_json)
1515
# to shave off ~9kb of the Wasm binary size.
1616
[dependencies.ryu]
17-
version = "*"
17+
version = "1"
1818
features = ["small"]
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)