Skip to content

Commit b421e6e

Browse files
authored
Merge pull request #58 from Shopify/jb/ryu-use-v1
Use ryu version 1 over * (any)
2 parents e9f3a12 + e09f5bd commit b421e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shopify_function/Cargo.toml

+1-1
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)