We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c9d42 commit 72e3f78Copy full SHA for 72e3f78
deno
src/rs_lib/Cargo.toml
@@ -72,5 +72,6 @@ incremental = true
72
lto = true
73
opt-level = "z"
74
75
-[patch.crates-io]
76
-sys_traits = { git = "https://github.com/devsnek/sys_traits", branch = "avoid-to-vec" }
+[patch.crates-io.sys_traits]
+git = "https://github.com/devsnek/sys_traits"
77
+branch = "avoid-to-vec"
0 commit comments