File: add-bytemuck-dev-dependency.patch

package info (click to toggle)
rust-bytemuck-derive 1.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56 +56,2 @@ version = "2.0.1"
 [dev-dependencies]
+bytemuck = { version = "1", features = ["derive"] }