Skip to content

Commit

Permalink
upgrade rust-src to 1.65.0
Browse files Browse the repository at this point in the history
Missed doing that in NomicFoundation#452
  • Loading branch information
OmarTawfik committed May 10, 2023
1 parent 0f2f9ab commit 8a6ce10
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
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 8a6ce10

Please sign in to comment.