Skip to content

Commit

Permalink
use rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
d1y committed Dec 18, 2024
1 parent 8675c5c commit cd8f1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
# v0 mangling scheme provides more detailed backtraces around closures
rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable", "-Zshare-generics=y"]

[alias]
xtask = "run --package xtask --"
Expand Down

0 comments on commit cd8f1f0

Please sign in to comment.