Skip to content

Commit dc1263a

Browse files
committed
chore: update futures-buffered
1 parent 1b2a660 commit dc1263a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ z32 = "1.1.1"
9595

9696

9797
[profile.dev]
98-
debug = "line-tables-only"
98+
# debug = "line-tables-only"
9999
lto = "off"
100100
incremental = true
101101

@@ -119,7 +119,7 @@ inherits = "dev"
119119
incremental = false
120120

121121
[profile.release]
122-
debug = "line-tables-only"
122+
# debug = "line-tables-only"
123123
# super-slow, and we don't need so much speed
124124
# lto = "fat"
125125
# codegen-units = 1

0 commit comments

Comments
 (0)