Skip to content

Commit f89af74

Browse files
committed
fix: error about detached ArrayBuffer
1 parent 14a2bde commit f89af74

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/rs_lib/Cargo.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rs_lib/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ codegen-units = 1
7171
incremental = true
7272
lto = true
7373
opt-level = "z"
74+
75+
[patch.crates-io]
76+
sys_traits = { git = "https://github.com/devsnek/sys_traits", branch = "avoid-to-vec" }

0 commit comments

Comments
 (0)