Skip to content

Commit 55f3266

Browse files
committed
fix xargo with newer libstd
1 parent 4bfecec commit 55f3266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xargo/Xargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[dependencies]
2-
std = {features = ["panic_unwind", "jemalloc"]}
2+
std = {features = ["panic_unwind", "jemalloc", "backtrace"]}

0 commit comments

Comments
 (0)