Skip to content

Commit b07369d

Browse files
authored
chore: bump rust toolchain to 1.92.0 (#369)
1 parent 292442b commit b07369d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ ssr = [
7777
"dep:worker-macros",
7878
]
7979

80+
# https://doc.rust-lang.org/stable/cargo/guide/build-performance.html#reduce-amount-of-generated-debug-information
81+
[profile.dev]
82+
debug = "line-tables-only"
83+
84+
# Avoid generating any debug information for dependencies
85+
[profile.dev.package."*"]
86+
debug = false
87+
8088
[profile.release]
8189
lto = true
8290
opt-level = 's'

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.91.0"
2+
channel = "1.92.0"
33
components = ["clippy", "rustfmt"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)