79534456

Date: 2025-03-25 17:44:39
Score: 2
Natty:
Report link

@ri-dev answered correctly, you can also patch your Cargo.lock instead:

[[package]]
name = "bytemuck_derive"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.90",
]
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @ri-dev
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: sully