Skip to content

Commit f30f78f

Browse files
authored
build: Upgrade Rust to v1.90. (#2126)
Update rust.
1 parent b6440ea commit f30f78f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
<<<<<<< HEAD
3+
## Unreleased
4+
5+
#### ⚙️ Internal
6+
7+
- Updated proto to [v0.53.0](https://github.com/moonrepo/proto/releases/tag/v0.53.0) (from 0.52.3).
8+
- Updated Rust to v1.90.0.
9+
410
## 1.40.4
511

612
#### 🐞 Fixes
@@ -37,13 +43,6 @@
3743
#### ⚙️ Internal
3844

3945
- Updated dependencies.
40-
=======
41-
## Unreleased
42-
43-
#### ⚙️ Internal
44-
45-
- Updated proto to [v0.53.0](https://github.com/moonrepo/proto/releases/tag/v0.53.0) (from 0.52.3).
46-
>>>>>>> 47ebc4eda1 (deps(proto): Update to v0.53. (#2119))
4746

4847
## 1.40.1
4948

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
profile = "default"
3-
channel = "1.89.0"
3+
channel = "1.90.0"

0 commit comments

Comments
 (0)