Skip to content

Commit

Permalink
deps: Upgrade to Rust v1.71. (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Jul 13, 2023
1 parent 0ba0765 commit 4b13130
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: moonrepo/setup-rust@v0
with:
bins: cargo-wasi
cache: false
- run: cd plugins && cargo wasi build -p proto_wasm_test
- run: cargo run -- --help
- run: cargo run -- list-remote node
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- Renamed `ParseVersion*` to `ParseVersionFile*`.
- Published a `proto_pdk_test_utils` package for writing tests.

#### ⚙️ Internal

- Updated Rust to v1.71.

## 0.12.1

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing = "0.1.37"
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.0.7"
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
rust-toolchain-version = "1.70.0"
rust-toolchain-version = "1.71.0"
# CI backends to support (see 'cargo dist generate-ci')
ci = ["github"]
# Target platforms to build apps for (Rust target-triple syntax)
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.70.0"
channel = "1.71.0"

0 comments on commit 4b13130

Please sign in to comment.