Skip to content

Commit

Permalink
Apply .cargo/config.toml to oss local-backend (#24026)
Browse files Browse the repository at this point in the history
Required for recent knobs change enabling tokio_unstable

GitOrigin-RevId: 6f7c9f0ffd0b1f8778f56dc9f0d0ad034bfede37
  • Loading branch information
nipunn1313 authored and Convex, Inc. committed Mar 27, 2024
1 parent f1ff6cd commit 11273c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.'cfg(all())']
rustflags = ["--cfg", "tokio_unstable"]

0 comments on commit 11273c4

Please sign in to comment.