Skip to content

Commit 03cde8e

Browse files
committed
Bump toolchain channel to 1.81.0
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent d7038bc commit 03cde8e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
### Changed
2929

30+
* Bump toolchain channel to `1.81.0` ([Yuki Kishimoto])
3031
* nostr: bump `bitcoin` to `v0.32` ([Yuki Kishimoto])
3132
* nostr: bump `base64` to `v0.22` ([Yuki Kishimoto])
3233
* nostr: deprecate `Event::from_value` ([Yuki Kishimoto])

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.80.1"
2+
channel = "1.81.0"
33
profile = "minimal"
44
components = ["clippy", "rust-docs", "rustfmt"]
5-
targets = ["wasm32-unknown-unknown"]
5+
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)