Skip to content

Commit

Permalink
upgrade rust-src to 1.65.0 (#454)
Browse files Browse the repository at this point in the history
Missed doing that in #452
  • Loading branch information
OmarTawfik committed May 10, 2023
1 parent 78f633c commit 85dec01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-jars-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"changelog": minor
---

moving to Rust version 1.65.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace.package]
version = "0.2.1"
rust-version = "1.65.0" # Keep this version in sync with "$RUST_VERSION" in "$REPO_ROOT/bin/hermit.hcl"
rust-version = "1.65.0" # Keep this version in sync with "$RUST_VERSION" in "$REPO_ROOT/bin/hermit.hcl" and "rust-src" in "$REPO_ROOT/bin"
edition = "2021"
publish = false

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/hermit.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env = {

// Rust:
"RUST_BACKTRACE": "FULL",
"RUST_VERSION": "1.65.0", // Keep this version in sync with "rust-version" in "$REPO_ROOT/Cargo.toml"
"RUST_VERSION": "1.65.0", // Keep this version in sync with "rust-version" in "$REPO_ROOT/Cargo.toml" and "rust-src" in "$REPO_ROOT/bin"

// TypeScript:
"TS_NODE_PROJECT": "${HERMIT_ENV}/tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion bin/rust-src

0 comments on commit 85dec01

Please sign in to comment.