fix: Don't use * for shadow-rs build dependency

This commit is contained in:
Gerald Pinder 2025-03-23 17:35:32 -04:00
parent 1750fffa6c
commit bf96f2375e

View file

@ -155,7 +155,7 @@ rusty-hook = "0.11"
rstest.workspace = true
[build-dependencies]
shadow-rs = "*"
shadow-rs = "1"
[lints]
workspace = true