We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9f3a12 + e09f5bd commit b421e6eCopy full SHA for b421e6e
shopify_function/Cargo.toml
@@ -14,7 +14,7 @@ shopify_function_macro = { version = "0.7.0", path = "../shopify_function_macro"
14
# Use the `small` feature of ryu (transitive dependency through serde_json)
15
# to shave off ~9kb of the Wasm binary size.
16
[dependencies.ryu]
17
-version = "*"
+version = "1"
18
features = ["small"]
19
20
[dev-dependencies]
0 commit comments