Skip to content

Commit

Permalink
Merge pull request #58 from Shopify/jb/ryu-use-v1
Browse files Browse the repository at this point in the history
Use ryu version 1 over * (any)
  • Loading branch information
jbourassa authored Mar 8, 2024
2 parents e9f3a12 + e09f5bd commit b421e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopify_function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ shopify_function_macro = { version = "0.7.0", path = "../shopify_function_macro"
# Use the `small` feature of ryu (transitive dependency through serde_json)
# to shave off ~9kb of the Wasm binary size.
[dependencies.ryu]
version = "*"
version = "1"
features = ["small"]

[dev-dependencies]
Expand Down

0 comments on commit b421e6e

Please sign in to comment.