Skip to content

Commit 7b1aa62

Browse files
committed
Revert "Bump toolchain channel to 1.81.0"
Apparently toolchain `1.81.0` have some issues with `zstd` linking on some linux OS. So, revert commit 03cde8e.
1 parent 0f19f71 commit 7b1aa62

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

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

2828
### Changed
2929

30-
* Bump toolchain channel to `1.81.0` ([Yuki Kishimoto])
3130
* nostr: bump `bitcoin` to `v0.32` ([Yuki Kishimoto])
3231
* nostr: bump `base64` to `v0.22` ([Yuki Kishimoto])
3332
* 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.81.0"
2+
channel = "1.80.1"
33
profile = "minimal"
44
components = ["clippy", "rust-docs", "rustfmt"]
5-
targets = ["wasm32-unknown-unknown"]
5+
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)